I generate a new rails3 app using "rails new my_app -T". Then i run "cd my_app ; rails generate", and I don't see any test_unit options. (as expected).
Then I put "gem 'rspec-rails'" into my Gemfile, and re-run "rails generate". Now I see options for test_unit. TestUnit: test_unit:controller test_unit:helper test_unit:integration ... Why does it show options for test_unit? Is this expected? Tx, Andy Rails Beta4, Rspec Beta15, Ruby 1.8.7, Ubuntu 10.04 _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users