Skip to content

Commit

Permalink
update app template
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 26, 2010
1 parent 64a6409 commit d14e817
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example_app_template.rb
Expand Up @@ -10,11 +10,8 @@ class Application < Rails::Application
config.generators do |g|
g.test_framework :rspec,
:fixtures => false,
:integration_tool => false,
:routes => true,
:routes => false,
:views => false
g.integration_tool :rspec
end
end
end
Expand Down

0 comments on commit d14e817

Please sign in to comment.