Fix style

This commit is contained in:
Rylan Polster 2022-07-25 08:56:10 +02:00
parent bae5abda82
commit edc14c3786
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -335,7 +335,8 @@ describe Formulary do
end
it "returns a Formula without duplicated deps and uses_from_macos with variations on Linux", :needs_linux do
allow(Homebrew::API::Formula).to receive(:all_formulae).and_return formula_json_contents(linux_variations_json)
allow(Homebrew::API::Formula)
.to receive(:all_formulae).and_return formula_json_contents(linux_variations_json)
allow(Utils::Bottles).to receive(:tag).and_return(:arm64_monterey)
formula = described_class.factory(formula_name)