Remove useless spec.
This commit is contained in:
parent
4bc174cc62
commit
365d2b214e
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user