diff options
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 |
