diff options
| author | Markus Reiter | 2017-03-11 09:37:42 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-11 09:37:42 +0100 |
| commit | 371a830028f53c0ac94d37b736307837b2f2b120 (patch) | |
| tree | 230fbbf1a344b453e1139a2ac410ec94852c48e6 /Library/Homebrew/test/cask/cli | |
| parent | 6929b936ab149b1fea2b691f653dc239f109ab77 (diff) | |
| parent | 621b67e531587a51ddb2425c5fa2955d754a9831 (diff) | |
| download | brew-371a830028f53c0ac94d37b736307837b2f2b120.tar.bz2 | |
Merge pull request #2299 from reitermarkus/cask-refactor-artifacts
Refactor artifacts.
Diffstat (limited to 'Library/Homebrew/test/cask/cli')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/uninstall_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/cask/cli/uninstall_spec.rb b/Library/Homebrew/test/cask/cli/uninstall_spec.rb index cbfb3e237..fb196ee72 100644 --- a/Library/Homebrew/test/cask/cli/uninstall_spec.rb +++ b/Library/Homebrew/test/cask/cli/uninstall_spec.rb @@ -47,6 +47,7 @@ describe Hbc::CLI::Uninstall, :cask do end expect(cask).to be_installed + expect(Hbc.appdir.join("MyFancyApp.app")).to exist expect { shutup do |
