Aljaz Fajmut wrote: > With my version of Ruby I have to define test with the following syntax: > > test 'some test' do > assert.. > end
What do you mean by this? I don't think the Ruby version should have anything to do with this. What testing framework are you using (Test::Unit, Soulda, etc)? This might affect how you use fixtures, I'm not sure. I use rSpec myself. I also tend to avoid fixtures altogether in favor of factories (factory_girl, machinist, etc.). -- 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 -~----------~----~----~----~------~----~------~--~---

