diff options
| author | Kaito Udagawa | 2016-11-10 07:52:33 +0900 |
|---|---|---|
| committer | Kaito Udagawa | 2016-11-10 08:04:11 +0900 |
| commit | ad1fa738effa8b0ed8b8c205c6144513158c106f (patch) | |
| tree | 5fe2afefaa857ba5057028e4503d23c51b9eccfd /Library | |
| parent | f802c55c9035968354cd1350546f5185d16008ef (diff) | |
| download | brew-ad1fa738effa8b0ed8b8c205c6144513158c106f.tar.bz2 | |
cask-test: fix reinstall a non installed Cask
Trying to uninstall a non installed Cask made this test fail.
This commit remove that and thus this test passes.
Note that every Cask is uninstalled after each test case.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/test/cask/cli/reinstall_test.rb | 3 |
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 |
