Re: [rspec-users] Hiding test_unit Generators ?

2010-07-14 Thread David Chelimsky
On Jul 13, 2010, at 8:49 PM, Arco wrote: In a recent blog post, David wrote: Because RSpec is the test framework of record, Rails doesn’t know to hide the test_unit generators. If you want to hide them, just add this to one of your config files:

[rspec-users] Hiding test_unit Generators ?

2010-07-13 Thread Arco
In a recent blog post, David wrote: Because RSpec is the test framework of record, Rails doesn’t know to hide the test_unit generators. If you want to hide them, just add this to one of your config files: Rails::Generators.hide_namespace(test_unit) Where exactly should this statement go??