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