From cd806e19b7b72ef81762c57090d0a73a42e2382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 25 Jan 2022 12:47:57 +0100 Subject: [PATCH] [rubygems/rubygems] Remove unnecessary comment https://github.com/rubygems/rubygems/commit/ef4e5c6169 --- spec/bundler/install/gemfile/git_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/bundler/install/gemfile/git_spec.rb b/spec/bundler/install/gemfile/git_spec.rb index a0fb4a3cea..e4a5f7a8ff 100644 --- a/spec/bundler/install/gemfile/git_spec.rb +++ b/spec/bundler/install/gemfile/git_spec.rb @@ -418,9 +418,6 @@ RSpec.describe "bundle install with git sources" do describe "when specifying local override" do it "uses the local repository instead of checking a new one out" do - # We don't generate it because we actually don't need it - # build_git "rack", "0.8" - build_git "rack", "0.8", :path => lib_path("local-rack") do |s| s.write "lib/rack.rb", "puts :LOCAL" end