Which would be cool for rspec but wrong if you follow the convention for Test::Unit in Rails. test/unit/bla_test.rb vs. spec/unit/bla_test.rb [Error message is] could not find test/models/bla_test.rb
Which would be cool for rspec but wrong if you follow the convention for Test::Unit in Rails.
test/unit/bla_test.rb
vs.
spec/unit/bla_test.rb
[Error message is]
could not find test/models/bla_test.rb