Add factory_girl_rails gem

This commit is contained in:
Robert Speicher 2012-08-28 01:28:09 -04:00
parent b03ee4666b
commit a04b919a4c
2 changed files with 7 additions and 0 deletions

View file

@ -107,6 +107,7 @@ group :development, :test do
gem "awesome_print"
gem "database_cleaner"
gem "launchy"
gem 'factory_girl_rails'
end
group :test do