mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo
This commit is contained in:
parent
2ef5f012c1
commit
ab1f3d63b0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class TestGemGemRunner < Gem::TestCase
|
|||
def setup
|
||||
super
|
||||
|
||||
require 'rubygems/commands'
|
||||
require 'rubygems/command'
|
||||
@orig_args = Gem::Command.build_args
|
||||
|
||||
require 'rubygems/gem_runner'
|
||||
|
|
Loading…
Reference in a new issue