aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/test/cask/cli/reinstall_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cask/test/cask/cli/reinstall_test.rb b/Library/Homebrew/cask/test/cask/cli/reinstall_test.rb
index 22f0d23fd..02cdeb763 100644
--- a/Library/Homebrew/cask/test/cask/cli/reinstall_test.rb
+++ b/Library/Homebrew/cask/test/cask/cli/reinstall_test.rb
@@ -14,9 +14,6 @@ describe Hbc::CLI::Reinstall do
end
it "allows reinstalling a non installed Cask" do
- shutup do
- Hbc::CLI::Uninstall.run("local-transmission")
- end
Hbc.load("local-transmission").wont_be :installed?
shutup do