Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
factory_girl_rails is always available
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Oct 4, 2012
1 parent 519f886 commit bc1646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem 'active_model_serializers'
gem 'compass-rails' gem 'compass-rails'


gem 'pg' gem 'pg'
gem 'factory_girl_rails'


group :assets do group :assets do
gem 'sass-rails', '~> 3.2.3' gem 'sass-rails', '~> 3.2.3'
Expand All @@ -20,7 +21,6 @@ end


group :test, :development do group :test, :development do
gem 'rspec-rails' gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'faker' gem 'faker'
gem 'jasminerice' gem 'jasminerice'
gem 'guard-jasmine' gem 'guard-jasmine'
Expand Down

0 comments on commit bc1646e

Please sign in to comment.