On 25 March 2011 03:07, sol.manager <[email protected]> wrote: > In my efforts to upgrade our site from 2.1.0 to 3.0.x, I have upgraded > to 2.2.2 and the site works, but I am working on understanding tests, > fixtures and the whole deal.
If your app does not already have decent tests, so you are starting effectively from scratch with the testing, then I would advise against using fixtures. Instead use a factory such as Machinist or FactoryGirl. Google for the terms and you will find discussions on the reasons. Colin -- 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.

