David White wrote in post #974225: > Have you tried adding the fixtures :all inside the JobsControllerTest > class?
I did - sorry, should have mentioned it. That produces the same effect as putting it in test_helper.rb, ie. undefined method `fixtures' for JobsControllerTest:Class (NoMethodError) Checking back to my Rails 2 code I used to have fixtures :all in the test_helper, so perhaps something is missing as a result of using MongoDB. -- 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.

