Thank you, but I still get the same error - "uninitialized constant FactoryGirl (NameError)"
I have also posted on the FactoryGirl list: https://groups.google.com/group/factory_girl/browse_thread/thread/8decccc21a97486?hl=en (see bottom of the thread) Regards Adam On Jan 22, 4:05 pm, Peter Vandenabeele <[email protected]> wrote: > 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#readmehttps://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 viahttp://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.

