> If you're getting a NoMethod error specifically on "be_a_new_record" > then you might want to ensure you have the latest versions of rspec > and rspec-rails.
Hmm. Actually I got this error, but I have installed rspec and rspec- rails and put it to the config/environments/test with the following lines: config.gem "rspec", :lib => false, :version => ">= 1.2.0" config.gem "rspec-rails", :lib => false, :version => ">= 1.2.0" config.gem "mocha" be_new_record is a function of rspec? Matthias. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

