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

Add -q to bacon

This commit is contained in:
Conrad Irwin 2011-09-12 00:55:31 -07:00
parent 89c6fe580d
commit 3e4b596fed

View file

@ -30,7 +30,7 @@ end
desc "Run tests"
task :test do
sh "bacon -Itest -rubygems -a"
sh "bacon -Itest -rubygems -a -q"
end
desc "run pry"