mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix multiple load
* test/rubygems/test_gem_commands_install_command.rb: previously load rubygems/request_set which will be required in rubygems/commands/install_command.rb to get rid of loading multiple times. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
77eea6f940
commit
87954dd8a0
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'rubygems/test_case'
|
||||
require 'rubygems/commands/install_command'
|
||||
require 'rubygems/request_set'
|
||||
require 'rubygems/rdoc'
|
||||
|
||||
class TestGemCommandsInstallCommand < Gem::TestCase
|
||||
|
|
Loading…
Reference in a new issue