diff options
| author | Markus Reiter | 2016-11-10 14:18:40 +0100 |
|---|---|---|
| committer | GitHub | 2016-11-10 14:18:40 +0100 |
| commit | 842120ccf362a0b97a4c50d3c922a5195e18e679 (patch) | |
| tree | 5fe2afefaa857ba5057028e4503d23c51b9eccfd /Library | |
| parent | f802c55c9035968354cd1350546f5185d16008ef (diff) | |
| parent | ad1fa738effa8b0ed8b8c205c6144513158c106f (diff) | |
| download | brew-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.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 |
