Remove blank line

This commit is contained in:
alexbostock 2018-09-17 21:13:19 +01:00
parent 122738709a
commit 188aca1075

View File

@ -11,7 +11,6 @@ describe "brew commands", :integration_test do
end end
it "prints a list without headers with the --quiet flag" do it "prints a list without headers with the --quiet flag" do
expect { brew "commands", "--quiet" } expect { brew "commands", "--quiet" }
.to be_a_success .to be_a_success
.and not_to_output.to_stderr .and not_to_output.to_stderr