Created
December 6, 2015 20:16
-
-
Save AlexVKO/47b83009ed1537184592 to your computer and use it in GitHub Desktop.
rails config 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, fixture: true | |
| g.fixture_replacement :factory_girl, dir: 'spec/factories' | |
| g.view_specs false | |
| g.helper_specs false | |
| g.stylesheets = false | |
| g.javascripts = false | |
| g.helper = false | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment