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:
parent
89c6fe580d
commit
3e4b596fed
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue