Skip to content
ook edited this page Sep 14, 2010 · 17 revisions

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

config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com"

Then:

rake gems:install
rake gems:unpack