Skip to content
Snippets Groups Projects
Commit 365d2b21 authored by Markus Reiter's avatar Markus Reiter
Browse files

Remove useless spec.

parent 4bc174cc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment