Skip to content

Commit

Permalink
Setup default Rake task to run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Oct 30, 2009
1 parent 4892fac commit 40dfcb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ namespace(:test) do
end
end
end

task :default => "test:all"

0 comments on commit 40dfcb1

Please sign in to comment.