Stewart wrote: > I have not noticed this before but its a little strage. Every time I > run a rake task the results of a test suite are displayed. EG > > Does anyone have any idea why each rake task is loading test::unit ? > Not a biggie but just had me a bit puzzled.
When you start your console does it tell you "Loading test environment"? And if so, interesting that you've been able to develop / test at all without some major issues. As Jason mentioned it seems like ENV set. Does echo RAILS_ENV yield anything? -- Posted via http://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 at http://groups.google.com/group/rubyonrails-talk?hl=en.

