Adding a Desc to the test task so it shows up running "rake -T"

This commit is contained in:
David Palm 2011-06-09 13:18:21 +02:00
parent f6825439d4
commit 28b58fb2ea
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def apply_spec_defaults(s)
s.add_development_dependency("open4", "~>1.0.1")
end
desc "Run tests"
task :test do
sh "bacon -Itest -rubygems -a"
end