diff --git a/Library/Homebrew/test/dev-cmd/cat_spec.rb b/Library/Homebrew/test/dev-cmd/cat_spec.rb index 5741878b9c..c9162025a3 100644 --- a/Library/Homebrew/test/dev-cmd/cat_spec.rb +++ b/Library/Homebrew/test/dev-cmd/cat_spec.rb @@ -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