ruby on rails 4 - Rubymine RSpec kind of error after successful test -


i newbie learnt how use rspec. rspec works fine in windows terminal. however, in rubymine build-in rspec. errors after giving success message. annoying.

git: https://github.com/ivawzh/sample_app

please help.

thanks , best regards.

rspec works fine in native cmd cmd

not sure if matters, spork drb server enter image description here

rubymine build-in rspec, says tests passed. errors come after success message. enter image description here

enter image description here

error messages:

running specs... command line:  ["c:\\ruby200\\bin\\ruby.exe", "-e", "$stdout.sync=true;$stderr.sync=true;load($0=argv.shift)", "c:\\ruby200\\bin/rspec", "--require", "teamcity/spec/runner/formatter/teamcity/formatter", "--format", "spec::runner::formatter::teamcityformatter", "e:/ror docs/sample_app/spec/controllers/pages_controller_spec.rb", "--drb", "--backtrace"]  2 examples, 0 failures, 2 passed  finished in 0.17701 seconds   <-- slave(1) run done! c:/ruby200/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:54:in `block in create_shell_runner': command failed status (1): [c:\ruby200\bin\ruby.exe -e $stdout.sync=tr...] (runtimeerror)     c:/ruby200/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call'     c:/ruby200/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh'     c:/ruby200/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh'     c:/program files (x86)/jetbrains/rubymine 5.4.2/rb/testing/runner/specs_in_folder_runner.rb:139:in `<top (required)>'     -e:1:in `load'     -e:1:in `<main>'  process finished exit code 1 

environment:

ruby version    2.0.0 (i386-mingw32) rubygems version    2.0.2 rack version    1.5 rails version   4.0.0 environment development database adapter    postgresql 


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -