diff --git a/Library/Homebrew/test/attestation_spec.rb b/Library/Homebrew/test/attestation_spec.rb index 916e39ca38..7698a7f07f 100644 --- a/Library/Homebrew/test/attestation_spec.rb +++ b/Library/Homebrew/test/attestation_spec.rb @@ -12,7 +12,8 @@ RSpec.describe Homebrew::Attestation do let(:fake_bottle_url) { "https://example.com/#{fake_bottle_filename}" } let(:fake_bottle_tag) { instance_double(Utils::Bottles::Tag, to_sym: :faketag) } let(:fake_bottle) do - instance_double(Bottle, cached_download:, filename: fake_bottle_filename, url: fake_bottle_url, tag: fake_bottle_tag) + instance_double(Bottle, cached_download:, filename: fake_bottle_filename, url: fake_bottle_url, + tag: fake_bottle_tag) end let(:fake_result_invalid_json) { instance_double(SystemCommand::Result, stdout: "\"invalid JSON") } let(:fake_result_json_resp) do