aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli/options_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cask/cli/options_spec.rb')
-rw-r--r--Library/Homebrew/test/cask/cli/options_spec.rb11
1 files changed, 0 insertions, 11 deletions
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