From 87954dd8a0951b18efe5a154516807e4d1ba354e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 Jul 2015 23:03:21 +0000 Subject: 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 --- test/rubygems/test_gem_commands_install_command.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/rubygems') diff --git a/test/rubygems/test_gem_commands_install_command.rb b/test/rubygems/test_gem_commands_install_command.rb index b3062b4b0d..c12b17e613 100644 --- a/test/rubygems/test_gem_commands_install_command.rb +++ b/test/rubygems/test_gem_commands_install_command.rb @@ -1,5 +1,6 @@ require 'rubygems/test_case' require 'rubygems/commands/install_command' +require 'rubygems/request_set' require 'rubygems/rdoc' class TestGemCommandsInstallCommand < Gem::TestCase -- cgit v1.2.3