Skip to content

Commit

Permalink
reorder default spec tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 30, 2010
1 parent ec0a935 commit 00e7980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -93,5 +93,5 @@ task :clobber_app do
rm_rf "tmp/example_app"
end

task :default => [:spec, :clobber_app, "generate:app", "generate:stuff", :smoke]
task :default => [:clobber_app, "generate:app", "generate:stuff", :smoke, :spec]

0 comments on commit 00e7980

Please sign in to comment.