Adds Faker gem

This commit is contained in:
kikito
2015-09-01 20:10:36 +02:00
parent 9838ba86ad
commit 4c56af4ca4
2 changed files with 4 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ group :development, :test do
gem "capistrano-rails", '1.1.3', require: false
gem "capistrano-rvm", require: false
gem "bullet"
gem "faker"
end
group :test do

View File

@@ -140,6 +140,8 @@ GEM
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faker (1.5.0)
i18n (~> 0.5)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
foundation-rails (5.5.2.1)
@@ -408,6 +410,7 @@ DEPENDENCIES
devise
email_spec
factory_girl_rails
faker
foundation-rails
foundation_rails_helper
fuubar
@@ -438,6 +441,3 @@ DEPENDENCIES
uglifier (>= 1.3.0)
unicorn
web-console (~> 2.0)
BUNDLED WITH
1.10.6