From 73a1e841d6c829a13c9b6ade7332b62905f727c6 Mon Sep 17 00:00:00 2001 From: sorah Date: Fri, 9 Sep 2011 02:08:44 +0000 Subject: * test/rubygems/test_gem_commands_help_command.rb: Add one `require` because if run test-all with test/unit parallel running, sometimes this test fails by some constants not found. The error reason is some worker doesn't require the file needed by this test. This issue is related to [ruby-core:36168]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_commands_help_command.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/rubygems/test_gem_commands_help_command.rb b/test/rubygems/test_gem_commands_help_command.rb index d626b1436a..822811101c 100644 --- a/test/rubygems/test_gem_commands_help_command.rb +++ b/test/rubygems/test_gem_commands_help_command.rb @@ -3,6 +3,7 @@ require "rubygems/test_case" require "rubygems/commands/help_command" require "rubygems/format" require "rubygems/command_manager" +require_relative "rubygems_plugin" class TestGemCommandsHelpCommand < Gem::TestCase def setup -- cgit v1.2.3