aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli/outdated_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cask/cli/outdated_spec.rb')
-rw-r--r--Library/Homebrew/test/cask/cli/outdated_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cask/cli/outdated_spec.rb b/Library/Homebrew/test/cask/cli/outdated_spec.rb
index 3d9e9bdeb..946092f89 100644
--- a/Library/Homebrew/test/cask/cli/outdated_spec.rb
+++ b/Library/Homebrew/test/cask/cli/outdated_spec.rb
@@ -10,9 +10,8 @@ describe Hbc::CLI::Outdated, :cask do
end
before do
- shutup do
- installed.each { |cask| InstallHelper.install_with_caskfile(cask) }
- end
+ installed.each { |cask| InstallHelper.install_with_caskfile(cask) }
+
allow_any_instance_of(described_class).to receive(:verbose?).and_return(true)
end