Does any of this help? Michael Pavling wrote in post #962835: > On 20 November 2010 20:11, Colin Law <[email protected]> wrote: >> What happens if you run one of the tests explicitly, for example >> ruby -I test test/unit/comment_test.rb
n...@baby6:~/*****$ ruby -I test test/unit/comment_test.rb ruby index.rb <data dir> <index dir> n...@baby6:~/*****$ > As an extension of Colin's suggestion to run one test; what if you > remove the story_test.rb file from the directory to test running > everything *apart* from that. > That gives /usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ruby/1.8/rake/rake_test_loader.rb" "test/unit/comment_test.rb" "test/unit/user_mailer_test.rb" "test/unit/friendship_test.rb" "test/unit/helpers/friendship_helper_test.rb" "test/unit/helpers/profile_helper_test.rb" "test/unit/helpers/community_helper_test.rb" "test/unit/user_test.rb" ruby index.rb <data dir> <index dir> rake aborted! Command failed with status (1): [/usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ru...] (See full trace by running task with --trace) n...@baby6:~/wagging_tales$ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

