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/bundle_spec.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Homebrew/test/cmd/bundle_spec.rb') diff --git a/Library/Homebrew/test/cmd/bundle_spec.rb b/Library/Homebrew/test/cmd/bundle_spec.rb index 286ddba97..c2434254e 100644 --- a/Library/Homebrew/test/cmd/bundle_spec.rb +++ b/Library/Homebrew/test/cmd/bundle_spec.rb @@ -4,10 +4,8 @@ describe "brew bundle", :integration_test, :needs_test_cmd_taps do setup_remote_tap "homebrew/bundle" HOMEBREW_REPOSITORY.cd do - shutup do - system "git", "init" - system "git", "commit", "--allow-empty", "-m", "This is a test commit" - end + system "git", "init" + system "git", "commit", "--allow-empty", "-m", "This is a test commit" end mktmpdir do |path| -- cgit v1.2.3