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/cmd/analytics_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Homebrew/test/cmd/analytics_spec.rb') diff --git a/Library/Homebrew/test/cmd/analytics_spec.rb b/Library/Homebrew/test/cmd/analytics_spec.rb index aed3a7a33..f29c2bb7f 100644 --- a/Library/Homebrew/test/cmd/analytics_spec.rb +++ b/Library/Homebrew/test/cmd/analytics_spec.rb @@ -1,9 +1,7 @@ describe "brew analytics", :integration_test do before(:each) do HOMEBREW_REPOSITORY.cd do - shutup do - system "git", "init" - end + system "git", "init" end end -- cgit v1.2.3