aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-11-10 14:18:40 +0100
committerGitHub2016-11-10 14:18:40 +0100
commit842120ccf362a0b97a4c50d3c922a5195e18e679 (patch)
tree5fe2afefaa857ba5057028e4503d23c51b9eccfd /Library
parentf802c55c9035968354cd1350546f5185d16008ef (diff)
parentad1fa738effa8b0ed8b8c205c6144513158c106f (diff)
downloadbrew-842120ccf362a0b97a4c50d3c922a5195e18e679.tar.bz2
Merge pull request #1472 from umireon/umireon-fix-cask-reinstall-test
cask-test: fix reinstall a non installed Cask
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