1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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