aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/switch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cmd/switch_spec.rb')
-rw-r--r--Library/Homebrew/test/cmd/switch_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cmd/switch_spec.rb b/Library/Homebrew/test/cmd/switch_spec.rb
index c27c96c14..00fe4ace6 100644
--- a/Library/Homebrew/test/cmd/switch_spec.rb
+++ b/Library/Homebrew/test/cmd/switch_spec.rb
@@ -14,9 +14,7 @@ describe "brew switch", :integration_test do
keg_only "just because"
EOS
- shutup do
- expect { brew "install", "testball" }.to be_a_success
- end
+ expect { brew "install", "testball" }.to be_a_success
testball_rack = HOMEBREW_CELLAR/"testball"
FileUtils.cp_r testball_rack/"0.1", testball_rack/"0.2"