Skip to content

Commit

Permalink
use system binary in app template
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 5, 2010
1 parent 54a93cb commit b3436a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_app_template.rb
Expand Up @@ -26,5 +26,5 @@ class Application < Rails::Application

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

0 comments on commit b3436a7

Please sign in to comment.