Skip to content

Commit

Permalink
trim down the generated rspec_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 20, 2010
1 parent 291973b commit 5b62f9e
Showing 1 changed file with 1 addition and 9 deletions.
@@ -1,14 +1,6 @@
<%= app_name %>.configure do
# We're still in alpha, so we're only generating model specs
# and request (integration) specs. We'll change these defaults
# as we add support for controller specs, etc.
config.generators do |g|
g.integration_tool :rspec
g.test_framework :rspec,
:fixture => false,
:helpers => false,
:routes => false,
:integration => true

g.test_framework :rspec
end
end

0 comments on commit 5b62f9e

Please sign in to comment.