Skip to content
dougireton edited this page Dec 8, 2010 · 17 revisions

Rails 3 Installation:

See the Factory-Girl-Rails gem repo Readme.

Rails 2 Installation:

Installation is a snap (for Rails, you’ll want to add this in config/environments/test.rb):

config.gem "factory_girl"

Then:

rake gems:install RAILS_ENV=test
rake gems:unpack RAILS_ENV=test