Skip to content

Commit

Permalink
Make :specs task the :default task
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Fazzi committed Aug 2, 2009
1 parent 6bc185d commit 0272672
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ end

task 'spec:run' => TEST_DEPS
task 'spec:specdoc' => TEST_DEPS

task :default => :specs

0 comments on commit 0272672

Please sign in to comment.