Yes, it turns off test unit generators for your controllers and models but you can still access them through those helpers if you wish.
On 27/05/2011, at 4:09, EMoreth <[email protected]> wrote: > When creating a new rails project (3.1.0.rc1) with no test unit > options, it still create test unit rake tasks. > > rails new my_project --skip-test-unit > > > rails g : > > > TestUnit: > test_unit:controller > test_unit:helper > test_unit:integration > test_unit:mailer > test_unit:model > test_unit:observer > test_unit:performance > test_unit:plugin > test_unit:scaffold > > > Is this correct ?? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" 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-core?hl=en. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en.
