brew style --fix

This commit is contained in:
Mike McQuaid 2023-03-07 08:57:57 +00:00
parent 8b9f89a64b
commit f4e180c40b
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -156,7 +156,7 @@ describe Utils::Autoremove do
specify "multiple dependents" do
expect(described_class.send(:formulae_with_cask_dependents, casks_multiple_deps))
.to match_array([formula_with_deps, formula_is_dep1, formula_is_dep2])
.to contain_exactly(formula_with_deps, formula_is_dep1, formula_is_dep2)
end
end
end