Created
March 27, 2013 14:51
-
-
Save jbinto/5254785 to your computer and use it in GitHub Desktop.
Setting factory_girl as the fixtures replacement. Add to your Rails config/application.rb file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# So we can run "rails generate" from the command line to create factories | |
config.generators do |g| | |
g.fixture_replacement :factory_girl | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment