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:
parent
eb512c5a95
commit
2ef5f012c1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class TestGemGemRunner < Gem::TestCase
|
|||
def setup
|
||||
super
|
||||
|
||||
require 'rubygems/commands'
|
||||
@orig_args = Gem::Command.build_args
|
||||
|
||||
require 'rubygems/gem_runner'
|
||||
|
|
Loading…
Reference in a new issue