dev-cmd/cat_spec: remove unneeded test.
This commit is contained in:
parent
f9b73ca621
commit
742824228f
@ -15,12 +15,4 @@ describe "brew cat" do
|
|||||||
.and not_to_output.to_stderr
|
.and not_to_output.to_stderr
|
||||||
.and be_a_success
|
.and be_a_success
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "when a source file isn't found" do
|
|
||||||
it "prints a suggestion to use brew info --github", :integration_test do
|
|
||||||
expect { brew "cat", "asdf", "bogus" }
|
|
||||||
.to output(/brew info --github asdf bogus/).to_stderr
|
|
||||||
.and be_a_failure
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user