Rails "rake test" crashing

Posted by Homer J. Simpson on Stack Overflow See other posts from Stack Overflow or by Homer J. Simpson
Published on 2010-06-10T13:09:44Z Indexed on 2010/06/10 13:12 UTC
Read the original article Hit count: 282

Filed under:
|
|

Hi,

this might be rather unspecific, but I'm trying to do 'rake test' on a new rails app, and end up with

(in /Users/myname/dev/railstest/RailsApplication1)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"  
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"  
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"  

No other output.

System is Leopard 10.5, Rails 2.3.5, Ruby 1.86

Any ideas ?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about unit-testing