On May 3, 1:15 pm, Damaris Fuentes <[email protected]> wrote:
> Hi you all,
>
> 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

If you want to run just one test I'd do ruby -Itest test/unit/
foo_test.rb

I think the issue is that the default task in a rails project runs 3
sub tasks: test:units, test:functionals and test:integration. Each of
these tasks then pickup the TEST environment variable you've set

Fred

> --
> Posted viahttp://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 
> athttp://groups.google.com/group/rubyonrails-talk?hl=en.

-- 
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.

Reply via email to