diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -68,6 +68,7 @@ group :develop do end group :test, :development do + gem 'factory_girl_rails' gem 'rspec-rails' gem 'spork-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index fb83dadd7..d0a03a540 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,11 @@ GEM eventmachine (1.0.3) exception_notification (3.0.1) actionmailer (>= 3.0.4) + factory_girl (4.2.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.2.1) + factory_girl (~> 4.2.0) + railties (>= 3.0.0) fakeweb (1.3.0) fast_gettext (0.7.0) fastercsv (1.5.5) @@ -252,6 +257,7 @@ DEPENDENCIES debugger dynamic_form exception_notification + factory_girl_rails fakeweb fast_gettext fastercsv (>= 1.5.5) |