Last active
November 5, 2016 11:55
-
-
Save edwinlab/35dc95d40713b14d53e89fdff7c5145c to your computer and use it in GitHub Desktop.
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
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 | |
config.autoload_paths += %W(\#{config.root}/lib) | |
# mkdir lib/spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment