Skip to content

Instantly share code, notes, and snippets.

@lorenzosinisi
Created June 2, 2015 08:05
Show Gist options
  • Save lorenzosinisi/74f5dae14b26bad4d15d to your computer and use it in GitHub Desktop.
Save lorenzosinisi/74f5dae14b26bad4d15d to your computer and use it in GitHub Desktop.
Rspec Config
config.generators do |g|
g.test_framework :rspec,
:fixtures => true,
:view_specs => true,
:helper_specs => true,
:routing_specs => true,
:controller_specs => true,
:request_specs => true
g.fixture_replacement :factory_girl, :dir => "spec/factories"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment