added faker
This commit is contained in:
parent
1e990f2d47
commit
aa1b5fab6f
1
Gemfile
1
Gemfile
|
@ -40,6 +40,7 @@ group :development, :test do
|
|||
gem 'rspec-rails', '~> 3.0.0'
|
||||
gem 'shoulda-matchers'
|
||||
gem 'factory_girl_rails'
|
||||
gem 'faker'
|
||||
gem 'simplecov'
|
||||
end
|
||||
|
||||
|
|
|
@ -60,6 +60,8 @@ GEM
|
|||
factory_girl_rails (4.5.0)
|
||||
factory_girl (~> 4.5.0)
|
||||
railties (>= 3.0.0)
|
||||
faker (1.4.3)
|
||||
i18n (~> 0.5)
|
||||
font-awesome-rails (4.2.0.0)
|
||||
railties (>= 3.2, < 5.0)
|
||||
font-kit-rails (1.1.0)
|
||||
|
@ -188,6 +190,7 @@ DEPENDENCIES
|
|||
coffee-rails (~> 4.1.0)
|
||||
devise
|
||||
factory_girl_rails
|
||||
faker
|
||||
font-awesome-rails (~> 4.2.0.0)
|
||||
font-kit-rails
|
||||
haml
|
||||
|
|
Loading…
Reference in New Issue