Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created April 29, 2010 07:39
Show Gist options
  • Save chrislerum/383270 to your computer and use it in GitHub Desktop.
Save chrislerum/383270 to your computer and use it in GitHub Desktop.
config.generators do |g|
g.template_engine :haml
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