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

Added explicitly loading Gem::Command class

This commit is contained in:
Hiroshi SHIBATA 2019-12-13 22:00:28 +09:00
parent eb512c5a95
commit 2ef5f012c1
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -6,6 +6,7 @@ class TestGemGemRunner < Gem::TestCase
def setup
super
require 'rubygems/commands'
@orig_args = Gem::Command.build_args
require 'rubygems/gem_runner'