We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
See the Factory-Girl-Rails gem repo Readme.
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