3171: Add tests for desired behavior. Start using FactoryGirl.
[arvados.git] / services / api / Gemfile
index fa2ce5ae6966e2c63adafe24d024e509d52e07b1..20d51520cfdfec57ae50476c6ffc2a4d26bcd60b 100644 (file)
@@ -6,6 +6,7 @@ gem 'rails', '~> 3.2.0'
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
 
 group :test, :development do
+  gem 'factory_girl_rails'
   # Note: "require: false" here tells bunder not to automatically
   # 'require' the packages during application startup. Installation is
   # still mandatory.