Fixes per
brew style Library/Homebrew/**/cat*
This commit is contained in:
parent
66c268b190
commit
f9b73ca621
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user