aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/pkg_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cask/pkg_spec.rb')
-rw-r--r--Library/Homebrew/test/cask/pkg_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cask/pkg_spec.rb b/Library/Homebrew/test/cask/pkg_spec.rb
index e507ceda0..56061c9fd 100644
--- a/Library/Homebrew/test/cask/pkg_spec.rb
+++ b/Library/Homebrew/test/cask/pkg_spec.rb
@@ -88,9 +88,7 @@ describe Hbc::Pkg, :cask do
allow(pkg).to receive(:root).and_return(fake_root)
allow(pkg).to receive(:forget)
- shutup do
- pkg.uninstall
- end
+ pkg.uninstall
expect(fake_dir).to be_a_directory
expect(fake_file).not_to be_a_file