From 03fa53b54132e81b05ecf3b268486ade41530707 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 6 May 2013 19:56:44 -0300 Subject: [PATCH] Added FactoryGirl for easy fixtures creation --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index e89458c..a7d3c0d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,7 @@ gem 'jquery-rails' group :development, :test do gem 'rspec-rails' + gem 'factory_girl_rails' end # To use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 8d5a762..0b14ec0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,6 +41,11 @@ GEM erubis (2.7.0) execjs (1.4.0) multi_json (~> 1.0) + factory_girl (4.2.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.2.1) + factory_girl (~> 4.2.0) + railties (>= 3.0.0) hike (1.2.2) i18n (0.6.1) journey (1.0.4) @@ -122,6 +127,7 @@ PLATFORMS DEPENDENCIES coffee-rails (~> 3.2.1) + factory_girl_rails jquery-rails rails (= 3.2.13) rspec-rails -- libgit2 0.21.2