aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-01 23:18:13 +0200
committerMarkus Reiter2016-10-02 19:53:43 +0200
commit082bd5e98ae7592bc92466186609066e00c2bf84 (patch)
tree6afaa394d36b9d21517a41e47264ffb9c63780f8 /Library/Homebrew/cask/test
parent564fa8867dd865c686d243ba48c202e0cb6a35fe (diff)
downloadbrew-082bd5e98ae7592bc92466186609066e00c2bf84.tar.bz2
Change `A Cask for #{token} is already installed.` message.
Diffstat (limited to 'Library/Homebrew/cask/test')
-rw-r--r--Library/Homebrew/cask/test/cask/installer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/cask/installer_test.rb b/Library/Homebrew/cask/test/cask/installer_test.rb
index 2275c3080..64a0e9b87 100644
--- a/Library/Homebrew/cask/test/cask/installer_test.rb
+++ b/Library/Homebrew/cask/test/cask/installer_test.rb
@@ -272,7 +272,7 @@ describe Hbc::Installer do
lambda {
installer.install
- }.must_raise(Hbc::CaskAutoUpdatesError)
+ }.must_raise(Hbc::CaskAlreadyInstalledAutoUpdatesError)
end
it "allows already-installed Casks which auto-update to be installed if force is provided" do