diff options
| author | Markus Reiter | 2017-03-10 09:33:48 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-03-10 09:44:50 +0100 |
| commit | 621b67e531587a51ddb2425c5fa2955d754a9831 (patch) | |
| tree | c4a83682edd54c2c69cb32460ac4db3d66cb6f2e /Library/Homebrew/test/cask/cli | |
| parent | b38c52f930ad5736518dff54f135674347a4a222 (diff) | |
| download | brew-621b67e531587a51ddb2425c5fa2955d754a9831.tar.bz2 | |
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 |
