Skip to content

Commit

Permalink
gen diff stuff in create_app
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 25, 2010
1 parent fa91996 commit fbbcc43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example_app_template.rb
Expand Up @@ -24,9 +24,10 @@ class Application < Rails::Application

generate('rspec:install')
generate('model', 'thing', 'name:string')
generate('controller', 'widgets', 'index', 'new')
generate('controller', 'widgets', 'index')
generate('integration_test', 'widgets')

run('rake db:migrate')
run('rake db:test:prepare')
run('rspec spec')
run('script/rspec spec')
run('rake spec')

0 comments on commit fbbcc43

Please sign in to comment.