Search code examples
ruby-on-railsrubytestingrspecrubymine

rubymine only able to run model tests one by one


I am able to right-click on any of my 3 spec/models but when I right click the spec/models folder and select 'run all tests in models' I get 'Unable to attach test reporter to test framework'. The first line of my model tests is: require 'spec_helper.rb'


Solution

  • The answer in the end for my setup was to fiddle around with the IDE settings including the ruby version, making sure it was 1.9.2 and the directories referenced in the config. screens were correct. This plus some restarts resolved the issue.