Skip to content

Commit

Permalink
added faker gem for random data generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Mays committed Dec 20, 2012
1 parent 5a72c8a commit 1910a91
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -14,6 +14,7 @@ group :development do
gem 'factory_girl_rails'
gem 'mongoid-rspec'
gem 'factory_girl_rspec'
gem 'faker'
end

group :assets do
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Expand Up @@ -50,6 +50,11 @@ GEM
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
railties (>= 3.0.0)
factory_girl_rspec (0.0.2)
factory_girl (>= 2.0)
rspec (>= 2.0)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.8.4)
multipart-post (~> 1.1)
ffi (1.2.0)
Expand Down Expand Up @@ -105,6 +110,10 @@ GEM
moped (~> 1.1)
origin (~> 1.0)
tzinfo (~> 0.3.22)
mongoid-rspec (1.5.5)
mongoid (>= 3.0.1)
rake
rspec (>= 2.9)
moped (1.3.1)
multi_json (1.5.0)
multipart-post (1.1.5)
Expand Down Expand Up @@ -199,6 +208,8 @@ DEPENDENCIES
bluecloth
coffee-rails (~> 3.2.1)
factory_girl_rails
factory_girl_rspec
faker
font-awesome-more
guard-bundler
guard-rails-assets
Expand All @@ -208,6 +219,7 @@ DEPENDENCIES
less
less-rails (~> 2.2.3)
mongoid
mongoid-rspec
pry
rails (= 3.2.8)
rb-inotify
Expand Down
Empty file.
Empty file.

0 comments on commit 1910a91

Please sign in to comment.