[前][次][番号順一覧][スレッド一覧]

ruby-changes:69420

From: David <ko1@a...>
Date: Mon, 25 Oct 2021 20:55:07 +0900 (JST)
Subject: [ruby-changes:69420] 03a563b47e (master): [rubygems/rubygems] Remove unused `let`

https://git.ruby-lang.org/ruby.git/commit/?id=03a563b47e

From 03a563b47e0f021f3b7a8dc14b162068071b4d53 Mon Sep 17 00:00:00 2001
From: David Rodriguez <deivid.rodriguez@r...>
Date: Wed, 20 Oct 2021 21:06:18 +0200
Subject: [rubygems/rubygems] Remove unused `let`

https://github.com/rubygems/rubygems/commit/7e1316e454
---
 spec/bundler/bundler/rubygems_integration_spec.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spec/bundler/bundler/rubygems_integration_spec.rb b/spec/bundler/bundler/rubygems_integration_spec.rb
index 11fa2f4e0d7..a48c6410f39 100644
--- a/spec/bundler/bundler/rubygems_integration_spec.rb
+++ b/spec/bundler/bundler/rubygems_integration_spec.rb
@@ -43,7 +43,6 @@ RSpec.describe Bundler::RubygemsIntegration do https://github.com/ruby/ruby/blob/trunk/spec/bundler/bundler/rubygems_integration_spec.rb#L43
 
   describe "#download_gem" do
     let(:bundler_retry) { double(Bundler::Retry) }
-    let(:retry) { double("Bundler::Retry") }
     let(:uri) {  Bundler::URI.parse("https://foo.bar") }
     let(:path) { Gem.path.first }
     let(:spec) do
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]