Fixes per

brew style Library/Homebrew/**/cat*
This commit is contained in:
Wes Higbee 2023-03-06 14:15:46 -06:00
parent 66c268b190
commit f9b73ca621
No known key found for this signature in database
GPG Key ID: 5183AB5EB611EDB6

View File

@ -17,9 +17,8 @@ describe "brew cat" do
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"}
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