1
0
Fork 0
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:
nobu 2015-07-05 23:03:21 +00:00
parent 77eea6f940
commit 87954dd8a0

View file

@ -1,5 +1,6 @@
require 'rubygems/test_case'
require 'rubygems/commands/install_command'
require 'rubygems/request_set'
require 'rubygems/rdoc'
class TestGemCommandsInstallCommand < Gem::TestCase