ruby on rails - rubymine debug rspec Uncaught exception: cannot load such file -- teamcity/spec/runner/formatter/teamcity/formatter -


i setup rails project , cant rspec run in rubymine. here testing gems:

group :development, :test   gem 'rspec-rails'   gem 'shoulda-matchers'   gem 'factory_girl_rails', require: false end  group :test   gem 'faker' end 

and here error message

/users/dude/.rvm/rubies/ruby-2.1.2/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;load($0=argv.shift) /users/dude/.rvm/gems/ruby-2.1.2@myproject/gems/ruby-debug-ide-0.4.23.beta1/bin/rdebug-ide --disable-int-handler --port 53125 --dispatcher-port 53126 -- /users/dude/.rvm/gems/ruby-2.1.2@myproject/bin/rspec /users/dude/code/myproject/spec/models/instagram_user_spec.rb --require teamcity/spec/runner/formatter/teamcity/formatter --format spec::runner::formatter::teamcityformatter --example instagramuser --require /applications/rubymine.app/rb/testing/patch/bdd/teamcity/spec/runner/formatter/teamcity/rspec3_formatter.rb testing started @ 9:03 pm ... fast debugger (ruby-debug-ide 0.4.23.beta1, debase 0.0.9) listens on 127.0.0.1:53125 uncaught exception: cannot load such file -- teamcity/spec/runner/formatter/teamcity/formatter     /users/dude/.rvm/gems/ruby-2.1.2@myproject/gems/rspec-core-3.0.4/lib/rspec/core/configuration.rb:1025:in `require'     ....... process finished exit code 0     

i reinstalled rubymine , builtin rspec debugger works fine.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -