Behave like a nice library and run rake test as default

This commit is contained in:
Eero Saynatkari 2011-09-20 22:38:18 +03:00
parent 258d360030
commit bab85e7f70
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ def apply_spec_defaults(s)
s.add_development_dependency("open4", "~>1.0.1")
end
desc "Set up and run tests"
task :default => [:test]
desc "Run tests"
task :test do
sh "bacon -Itest -rubygems -a -q"