Skip to content

Commit

Permalink
Adding factory_girl
Browse files Browse the repository at this point in the history
  • Loading branch information
eedrummer committed Feb 6, 2012
1 parent 93300a5 commit 11713ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ group :test do
gem 'minitest'
gem 'feedzirra'
gem 'cover_me'
gem 'factory_girl_rails'
end
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
configatron
hashie
curb (0.7.18)
daemons (1.1.6)
daemons (1.1.7)
devise (2.0.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
Expand All @@ -85,6 +85,11 @@ GEM
eventmachine (0.12.10)
execjs (1.3.0)
multi_json (~> 1.0)
factory_girl (2.5.1)
activesupport
factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0)
railties (>= 3.0.0)
feedzirra (0.0.31)
activesupport (>= 3.0.8)
builder (~> 3.0.0)
Expand Down Expand Up @@ -228,6 +233,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
cover_me
devise
factory_girl_rails
feedzirra
health-data-standards!
heroku
Expand Down

0 comments on commit 11713ec

Please sign in to comment.