diff options
| author | commitay | 2018-01-21 19:10:30 +1000 | 
|---|---|---|
| committer | commitay | 2018-02-14 07:39:44 +1000 | 
| commit | e078becf4f3b7beaedea35e664a8c3562331ab3e (patch) | |
| tree | 79f4eba84f7cc948a635e779267296a66b0df6b4 /Library/Homebrew/test/cask/cli | |
| parent | 2a41f1359e81a52082f93c109beb3506bced2250 (diff) | |
| download | brew-e078becf4f3b7beaedea35e664a8c3562331ab3e.tar.bz2 | |
cask move_back: copy / delete
Diffstat (limited to 'Library/Homebrew/test/cask/cli')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/reinstall_spec.rb | 3 | ||||
| -rw-r--r-- | Library/Homebrew/test/cask/cli/uninstall_spec.rb | 3 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/test/cask/cli/reinstall_spec.rb b/Library/Homebrew/test/cask/cli/reinstall_spec.rb index 3737a7a70..f56ed986d 100644 --- a/Library/Homebrew/test/cask/cli/reinstall_spec.rb +++ b/Library/Homebrew/test/cask/cli/reinstall_spec.rb @@ -13,7 +13,8 @@ describe Hbc::CLI::Reinstall, :cask do        Already downloaded: .*local-caffeine--1.2.3.zip        ==> Verifying checksum for Cask local-caffeine        ==> Uninstalling Cask local-caffeine -      ==> Moving App 'Caffeine.app' back to '.*Caffeine.app'. +      ==> Copying App 'Caffeine.app' back to '.*Caffeine.app'. +      ==> Removing App '.*Caffeine.app'.        ==> Purging files for version 1.2.3 of Cask local-caffeine        ==> Installing Cask local-caffeine        ==> Moving App 'Caffeine.app' to '.*Caffeine.app'. diff --git a/Library/Homebrew/test/cask/cli/uninstall_spec.rb b/Library/Homebrew/test/cask/cli/uninstall_spec.rb index 322394de4..2cac42211 100644 --- a/Library/Homebrew/test/cask/cli/uninstall_spec.rb +++ b/Library/Homebrew/test/cask/cli/uninstall_spec.rb @@ -12,7 +12,8 @@ describe Hbc::CLI::Uninstall, :cask do      output = Regexp.new <<~EOS        ==> Uninstalling Cask local-caffeine -      ==> Moving App 'Caffeine.app' back to '.*Caffeine.app'. +      ==> Copying App 'Caffeine.app' back to '.*Caffeine.app'. +      ==> Removing App '.*Caffeine.app'.        ==> Purging files for version 1.2.3 of Cask local-caffeine      EOS  | 
