RubyMine – Run test – got “cannot load such file — test_helper”
Background RubyMine version: 8.0.3 Created a controller in a Rail project and select Run / Run ‘All tests in projectname…’, got “cannot load such file — test_helper” exception when test/test_helper.rb does exist Below is output from Run Tool window /usr/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /home/username/RubyMine-8.0.3/rb/testing/runner/tunit_or_minitest_in_folder_runner.rb Testing started at 08:02 … Work directory: /home/username/development/rubymine/hello_mine Loading files…. ========================================= Fail… Read More »