adam wrote in post #976772:
> Now to get it working properly with Cucumber and Factory Girl
> ("uninitialized constant Factory") ...That could be a confusion between version 1.3 and 2. Compare this: https://github.com/thoughtbot/factory_girl#readme https://github.com/thoughtbot/factory_girl/tree/1.3.x#readme You could be looking at the 1.3 documentation (telling you to use the Factory class), but installed version 2.0 (that has the FactoryGirl class). HTH, Peter -- 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.

