Run all our tests in the default rake task

This commit is contained in:
R. Tyler Croy 2012-12-09 22:35:36 -08:00
parent cef2332f68
commit 7e6c2ae352
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ namespace :gems do
end
end
end
task :default => [:spec, :cucumber]