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 line

https://github.com/rubygems/rubygems/commit/1d0981809a
This commit is contained in:
David Rodríguez 2019-12-21 19:14:21 +01:00 committed by Hiroshi SHIBATA
parent 0d7e0eb2fa
commit 373d01bb7d
Notes: git 2020-05-08 14:14:22 +09:00

View file

@ -54,8 +54,6 @@ class TestGemCommandsSetupCommand < Gem::TestCase
io.puts '# b.rb'
end
FileUtils.mkdir_p 'default/gems'
gemspec = Gem::Specification.new
gemspec.author = "Us"
gemspec.name = "bundler"