Created
September 27, 2014 05:30
-
-
Save scottweisman/a1697968fd77a72ff871 to your computer and use it in GitHub Desktop.
RSpec - Turn off generators
This file contains hidden or 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
config.generators do |g| | |
g.test_framework :rspec, | |
fixtures: true, | |
view_specs: false, | |
helper_specs: false, | |
controller_specs: false, | |
routing_specs: false | |
g.factory_girl true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment