dev-cmd/cat_spec: remove unneeded test.

This commit is contained in:
Mike McQuaid 2023-03-07 09:10:04 +00:00 committed by GitHub
parent f9b73ca621
commit 742824228f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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