[rubygems/rubygems] lint fix
https://github.com/rubygems/rubygems/commit/de3b69f1a7
This commit is contained in:
parent
10a393c25d
commit
3d766122c8
@ -161,11 +161,11 @@ RSpec.describe Bundler::Fetcher do
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe "#fetch_spec" do
|
describe "#fetch_spec" do
|
||||||
let(:name) { 'name' }
|
let(:name) { "name" }
|
||||||
let(:version) { '1.3.17' }
|
let(:version) { "1.3.17" }
|
||||||
let(:platform) { 'platform' }
|
let(:platform) { "platform" }
|
||||||
let(:downloader) { double("downloader")}
|
let(:downloader) { double("downloader" )}
|
||||||
let(:body) { double(Net::HTTP::Get, body: downloaded_data)}
|
let(:body) { double(Net::HTTP::Get, :body => downloaded_data) }
|
||||||
|
|
||||||
context "when attempting to load a Gem::Specification" do
|
context "when attempting to load a Gem::Specification" do
|
||||||
let(:spec) { Gem::Specification.new(name, version) }
|
let(:spec) { Gem::Specification.new(name, version) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user