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

Removed unnecessary gem locking for avoiding test warnings.

It causes test failure: http://ci.rvm.jp/results/trunk@P895/111404

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-10-12 01:38:07 +00:00
parent cacca7cf13
commit d4c4878441

View file

@ -2,12 +2,6 @@
require 'rubygems/test_case' require 'rubygems/test_case'
require 'rubygems/commands/update_command' require 'rubygems/commands/update_command'
begin
gem "rdoc"
rescue Gem::LoadError
# ignore
end
class TestGemCommandsUpdateCommand < Gem::TestCase class TestGemCommandsUpdateCommand < Gem::TestCase
def setup def setup