From 2ad3a87045246f89aa267251315d660f663c42f2 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 29 Jul 2017 19:55:05 +0200 Subject: Silence all specs by default. --- Library/Homebrew/test/dev-cmd/bottle_spec.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Homebrew/test/dev-cmd/bottle_spec.rb') diff --git a/Library/Homebrew/test/dev-cmd/bottle_spec.rb b/Library/Homebrew/test/dev-cmd/bottle_spec.rb index 468ef2e90..1cc72f95a 100644 --- a/Library/Homebrew/test/dev-cmd/bottle_spec.rb +++ b/Library/Homebrew/test/dev-cmd/bottle_spec.rb @@ -1,10 +1,8 @@ describe "brew bottle", :integration_test do it "builds a bottle for the given Formula" do begin - shutup do - expect { brew "install", "--build-bottle", testball } - .to be_a_success - end + expect { brew "install", "--build-bottle", testball } + .to be_a_success expect { brew "bottle", "--no-rebuild", testball } .to output(/Formula not from core or any taps/).to_stderr -- cgit v1.2.3