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/test_spec.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Library/Homebrew/test/dev-cmd/test_spec.rb') diff --git a/Library/Homebrew/test/dev-cmd/test_spec.rb b/Library/Homebrew/test/dev-cmd/test_spec.rb index b73d042e4..9ff365bfb 100644 --- a/Library/Homebrew/test/dev-cmd/test_spec.rb +++ b/Library/Homebrew/test/dev-cmd/test_spec.rb @@ -14,9 +14,7 @@ describe "brew test", :integration_test do end it "fails when a Formula has no test" do - shutup do - expect { brew "install", testball }.to be_a_success - end + expect { brew "install", testball }.to be_a_success expect { brew "test", testball } .to output(/testball defines no test/).to_stderr @@ -39,9 +37,7 @@ describe "brew test", :integration_test do end EOS - shutup do - expect { brew "install", "testball" }.to be_a_success - end + expect { brew "install", "testball" }.to be_a_success expect { brew "test", "--HEAD", "testball" } .to output(/Testing testball/).to_stdout -- cgit v1.2.3