ruby-1.9.2-p180 :007 > Factory.define :user do |user|
ruby-1.9.2-p180 :008 > user.email "[email protected]"
ruby-1.9.2-p180 :009?> user.password "foobar"
ruby-1.9.2-p180 :010?> user.password_confirmation "foobar"
ruby-1.9.2-p180 :011?> end
NameError: uninitialized constant Factory
Mi Gemfile:Rails 3 + factorygirl: NameError: sin inicializar fábrica constante
group :test do
gem "rspec-rails"
gem 'webrat', '0.7.1'
gem 'spork', '0.9.0.rc4'
gem 'factory_girl_rails'
end
Incluso dura parece que tengo todo como debe ser, me siguen dando ese error. También tengo factories.rb creado.
Gracias
OMG ¡Olvidé que tenía este juego! – Chloe