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

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

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"