Add FactoryGirl and Faker
Showing
... | ... | @@ -16,6 +16,8 @@ group :development, :test do |
gem 'pry' | ||
gem 'shotgun' | ||
gem 'sqlite3' | ||
gem 'factory_girl' | ||
gem 'faker' | ||
end | ||
# bundle install --without test --without development | ||
... | ... |
spec/factories/README.md
0 → 100644
Please register or sign in to comment