Skip to content

Commit

Permalink
Added faker gem for a few testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
amanelis committed Jan 24, 2013
1 parent c712a4f commit 6c790fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ group :development do
end

group :test do
gem 'faker'
gem 'rspec-rails'
gem 'shoulda-matchers'
gem 'factory_girl_rails'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ GEM
factory_girl_rails (3.1.0)
factory_girl (~> 3.1.0)
railties (>= 3.0.0)
faker (1.1.2)
i18n (~> 0.5)
ffi (1.3.0)
guard (1.6.1)
listen (>= 0.6.0)
Expand Down Expand Up @@ -279,6 +281,7 @@ DEPENDENCIES
eco
execjs
factory_girl_rails
faker
guard
guard-rspec
jasmine!
Expand Down

0 comments on commit 6c790fa

Please sign in to comment.