aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_config.rb')
-rw-r--r--test/rubygems/test_config.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rubygems/test_config.rb b/test/rubygems/test_config.rb
index 306562f585..3458a1a682 100644
--- a/test/rubygems/test_config.rb
+++ b/test/rubygems/test_config.rb
@@ -1,11 +1,4 @@
-#--
-# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
-# All rights reserved.
-# See LICENSE.txt for permissions.
-#++
-
require_relative 'gemutilities'
-require 'rbconfig'
require 'rubygems'
class TestConfig < RubyGemTestCase