diff --git a/bundler/spec/bundler/rubygems_integration_spec.rb b/bundler/spec/bundler/rubygems_integration_spec.rb index 11fa2f4e0d74..a48c6410f39c 100644 --- a/bundler/spec/bundler/rubygems_integration_spec.rb +++ b/bundler/spec/bundler/rubygems_integration_spec.rb @@ -43,7 +43,6 @@ 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