From 8abe60d2dc3f010112aa671a82e4dceb22c11e5b Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Mon, 27 Nov 2017 10:15:13 +0000 Subject: [PATCH] Remove redundant --greedy --- Library/Homebrew/test/cask/cli/upgrade_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/cask/cli/upgrade_spec.rb b/Library/Homebrew/test/cask/cli/upgrade_spec.rb index a9959bf6f8..5f389d6950 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")