Skip to content

Instantly share code, notes, and snippets.

@scottweisman
Created September 27, 2014 05:30
Show Gist options
  • Save scottweisman/a1697968fd77a72ff871 to your computer and use it in GitHub Desktop.
Save scottweisman/a1697968fd77a72ff871 to your computer and use it in GitHub Desktop.
RSpec - Turn off generators
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