Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
umuro committed Aug 30, 2012
1 parent 572a446 commit 7883bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Add factory_girl_rails to your Gemfile:
gem 'factory_girl_rails'

If you are not using rspec then configure your test generator in config/application.rb. For example, to enable MiniTest with Factory, you would add

config.generators do |g|
g.test_framework :mini_test, :spec => true, :fixture=>false, :fixture_replacement=>:factory_girl
end
Expand Down

0 comments on commit 7883bb1

Please sign in to comment.