Remove useless spec.

This commit is contained in:
Markus Reiter 2020-07-22 00:38:45 +02:00
parent 4bc174cc62
commit 365d2b214e

View File

@ -15,12 +15,6 @@ describe Cask::Cmd, :cask do
]) ])
end 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 context "when given no arguments" do
it "exits successfully" do it "exits successfully" do
expect(subject).not_to receive(:exit).with(be_nonzero) expect(subject).not_to receive(:exit).with(be_nonzero)