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
not sure if matters, spork drb server
rubymine build-in rspec, says tests passed. errors come after success message.
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
Post a Comment