diff options
| author | L. E. Segovia | 2017-11-27 10:15:13 +0000 | 
|---|---|---|
| committer | L. E. Segovia | 2017-11-27 10:15:13 +0000 | 
| commit | 8abe60d2dc3f010112aa671a82e4dceb22c11e5b (patch) | |
| tree | 50109ab1fb343edbb7a9b2a0d2fc8bce5297a011 /Library/Homebrew/test/cask/cli | |
| parent | a2730c8618ebb512cf00318af6d4987dbee1efe5 (diff) | |
| download | brew-8abe60d2dc3f010112aa671a82e4dceb22c11e5b.tar.bz2 | |
Remove redundant --greedy
Diffstat (limited to 'Library/Homebrew/test/cask/cli')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/upgrade_spec.rb | 2 | 
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")  | 
