Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Created November 12, 2011 18:36
Show Gist options
  • Save brandoncordell/1360922 to your computer and use it in GitHub Desktop.
Save brandoncordell/1360922 to your computer and use it in GitHub Desktop.
rspec generator
config.generators do |g|
g.test_framework :rspec, :fixture => true, :views => false
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