Skip to content

Instantly share code, notes, and snippets.

@edwinlab
Last active November 5, 2016 11:55
Show Gist options
  • Save edwinlab/35dc95d40713b14d53e89fdff7c5145c to your computer and use it in GitHub Desktop.
Save edwinlab/35dc95d40713b14d53e89fdff7c5145c to your computer and use it in GitHub Desktop.
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