Where to put test for generator...

I am writing a class that will be used by a rails generator, and will also be used to add new helpers and extend models, where is the best place to stick tests in rails for such a class that sits somewhat outside of the MVC structure?

Thanks, James

J2M wrote:

I am writing a class that will be used by a rails generator, and will also be used to add new helpers and extend models, where is the best place to stick tests in rails for such a class that sits somewhat outside of the MVC structure?

I should learn to look before leaping... Geoffrey answered my question in his plugin posting. http://nubyonrails.com/articles/2006/05/04/the-complete-guide-to-rails-plugins-part-i