views:

103

answers:

0

I am having a problem running the 'test' Rake task from IntelliJ Idea in Ruby On Rails application:

*Error running test: File 'test/unit/autorunner.rb' wasnt found in $LOAD_PATH of Ruby SDK with interpreter: '{1}'*

But the file is located at %RUBY_HOME%/lib/ruby/1.8/test/unit and I have no problems when running other rake tasks.

Please advice.