1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unnecessary comment

https://github.com/rubygems/rubygems/commit/ef4e5c6169
This commit is contained in:
David Rodríguez 2022-01-25 12:47:57 +01:00 committed by git
parent a51e1cd682
commit cd806e19b7

View file

@ -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