Skip to content

Commit

Permalink
Remove redundant --greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark committed Nov 27, 2017
1 parent a2730c8 commit 8abe60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/cask/cli/upgrade_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
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")
Expand Down

0 comments on commit 8abe60d

Please sign in to comment.