Ruby on Rails Monday, May 3, 2010

Hi you all,
I execute "rake TEST= test/unit/whatever_test.rb, and it is executed 3
times. That it, the output is something like:

c:/ruby .................. "test/unit/whatever_test.rb"
Loaded suite .....
Started
F
Finished in 0.8
...
1 tests, 1 assertions, 1 failures, 0 errors

c:/ruby .................. "test/unit/whatever_test.rb"
Loaded suite .....
Started
F
Finished in 0.8
...
1 tests, 1 assertions, 1 failures, 0 errors

c:/ruby .................. "test/unit/whatever_test.rb"
Loaded suite .....
Started
F
Finished in 0.8
...
1 tests, 1 assertions, 1 failures, 0 errors

And at the end:
Errors running test:units, test:functionals and test:integration!

Is this a normal behaviour?
The test is the default one when you create a model and I'm using Ruby
1.8.6. and Rails 2.1.2. rake version is 0.8.6
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment