[rubygems/rubygems] lint fix again

https://github.com/rubygems/rubygems/commit/118d28ad27
This commit is contained in:
Mercedes Bernard 2023-02-16 14:52:22 -06:00 committed by git
parent 3d766122c8
commit 9406245dbc

View File

@ -164,7 +164,7 @@ RSpec.describe Bundler::Fetcher do
let(:name) { "name" }
let(:version) { "1.3.17" }
let(:platform) { "platform" }
let(:downloader) { double("downloader" )}
let(:downloader) { double("downloader") }
let(:body) { double(Net::HTTP::Get, :body => downloaded_data) }
context "when attempting to load a Gem::Specification" do