From a44d4ce88b6fb3deea8dc41be662583941d5c96d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 19 May 2017 19:59:26 +0200 Subject: Remove Cask’s `CLI#debug?`. --- Library/Homebrew/test/cask/cli/options_spec.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Library/Homebrew/test/cask/cli') diff --git a/Library/Homebrew/test/cask/cli/options_spec.rb b/Library/Homebrew/test/cask/cli/options_spec.rb index 44a391b48..eb0bf1a49 100644 --- a/Library/Homebrew/test/cask/cli/options_spec.rb +++ b/Library/Homebrew/test/cask/cli/options_spec.rb @@ -120,17 +120,6 @@ describe Hbc::CLI, :cask do end end - describe "--debug" do - it "sets the Cask debug method to true" do - begin - Hbc::CLI.process_options %w[help --debug] - expect(Hbc::CLI.debug?).to be true - ensure - Hbc::CLI.debug = false - end - end - end - describe "--help" do it "sets the Cask help method to true" do begin -- cgit v1.2.3