Skip to content

Commit

Permalink
Remove unused let
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 21, 2021
1 parent 3c93b9f commit 7e1316e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundler/spec/bundler/rubygems_integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e1316e

Please sign in to comment.