Skip to content

Instantly share code, notes, and snippets.

@abriening
Created September 14, 2012 20:18
Show Gist options
  • Save abriening/3724471 to your computer and use it in GitHub Desktop.
Save abriening/3724471 to your computer and use it in GitHub Desktop.
Rails.application.config.generators do |g|
g.template_engine :haml
g.javascript_engine :js
g.integration_tool :cucumber
g.test_framework :test_unit, :fixture => false,
:views => true,
:fixture_replacement => :factory_girl
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment