From 365d2b214e681626b2f6203ff7fe4419ae3f76c8 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 22 Jul 2020 00:38:45 +0200 Subject: [PATCH] Remove useless spec. --- Library/Homebrew/test/cask/cmd_spec.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/test/cask/cmd_spec.rb b/Library/Homebrew/test/cask/cmd_spec.rb index bd6b9d9795..6e5c3be828 100644 --- a/Library/Homebrew/test/cask/cmd_spec.rb +++ b/Library/Homebrew/test/cask/cmd_spec.rb @@ -15,12 +15,6 @@ describe Cask::Cmd, :cask do ]) end - it "ignores the `--language` option, which is handled in `OS::Mac`" do - cli = described_class.new("--language=en") - expect(cli).to receive(:detect_internal_command).with(no_args) - cli.run - end - context "when given no arguments" do it "exits successfully" do expect(subject).not_to receive(:exit).with(be_nonzero)