Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created September 22, 2010 22:41
Show Gist options
  • Save jackdempsey/592721 to your computer and use it in GitHub Desktop.
Save jackdempsey/592721 to your computer and use it in GitHub Desktop.
config.generators do |g|
g.fixture_replacement :machinist
g.test_framework :rspec, :controller_specs => false, :view_specs => false, :helper_specs => false, :routing_specs => false
g.template_engine :haml
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment