brew style --fix

This commit is contained in:
Bo Anderson 2021-09-23 01:10:14 +01:00
parent 3af7646c5f
commit a01bb6b194
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -287,7 +287,7 @@ describe Homebrew::Livecheck::SkipConditions do
end end
context "when a formula is HEAD-only and not installed" do context "when a formula is HEAD-only and not installed" do
it "skips " do it "skips" do
expect(skip_conditions.skip_information(formulae[:head_only])) expect(skip_conditions.skip_information(formulae[:head_only]))
.to eq(status_hashes[:formula][:head_only]) .to eq(status_hashes[:formula][:head_only])
end end
@ -389,7 +389,7 @@ describe Homebrew::Livecheck::SkipConditions do
end end
context "when a formula is HEAD-only and not installed" do context "when a formula is HEAD-only and not installed" do
it "skips " do it "skips" do
expect(skip_conditions.referenced_skip_information(formulae[:head_only], original_name)) expect(skip_conditions.referenced_skip_information(formulae[:head_only], original_name))
.to eq(status_hashes[:formula][:head_only].merge({ formula: original_name })) .to eq(status_hashes[:formula][:head_only].merge({ formula: original_name }))
end end