aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/cask/cli/upgrade_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cask/cli/upgrade_spec.rb b/Library/Homebrew/test/cask/cli/upgrade_spec.rb
index a9959bf6f..5f389d695 100644
--- a/Library/Homebrew/test/cask/cli/upgrade_spec.rb
+++ b/Library/Homebrew/test/cask/cli/upgrade_spec.rb
@@ -96,7 +96,7 @@ describe Hbc::CLI::Upgrade, :cask do
end
describe "with --greedy it checks additional Casks" do
- it 'includes the Casks with "auto_updates true" or "version latest" with --greedy' do
+ it 'includes the Casks with "auto_updates true" or "version latest"' do
local_caffeine = Hbc::CaskLoader.load("local-caffeine")
local_caffeine_path = Hbc.appdir.join("Caffeine.app")
auto_updates = Hbc::CaskLoader.load("auto-updates")