Skip to content
qertoip edited this page Oct 20, 2010 · 17 revisions

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

Clone this wiki locally