Skip to content

Instantly share code, notes, and snippets.

@everaldo
Created April 4, 2013 23:15
Show Gist options
  • Save everaldo/5315218 to your computer and use it in GitHub Desktop.
Save everaldo/5315218 to your computer and use it in GitHub Desktop.
Rspec configuration
--format documentation
config.generators do |g|
g.test_framework :rspec,
fixtures: true,
view_specs: false,
helper_specs: false,
routing_specs: false,
controller_specs: true,
request_specs: true
g.fixture_replacement :factory_girl, dir: "spec/factories"
end
rails generate rspec:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment