Skip to content

Instantly share code, notes, and snippets.

@elmariofredo
Created June 5, 2010 20:49
Show Gist options
  • Save elmariofredo/426984 to your computer and use it in GitHub Desktop.
Save elmariofredo/426984 to your computer and use it in GitHub Desktop.
# Configure generators values. Many other options are available, be sure to check the documentation.
config.generators do |g|
g.template_engine :haml
g.stylesheets false
g.test_framework :shoulda
g.fallbacks[ :shoulda ] = :test_unit
g.ficture_replacement :factory_girl
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment