diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index 3c4afca5cd..4b9fc258dc 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -11,8 +11,6 @@ require "test/unit" ENV["JARS_SKIP"] = "true" if Gem.java_platform? # avoid unnecessary and noisy `jar-dependencies` post install hook -require "rubygems/deprecate" - require "fileutils" require "pathname" require "pp" @@ -72,8 +70,6 @@ end # your normal set of gems is not affected. class Gem::TestCase < Test::Unit::TestCase - extend Gem::Deprecate - attr_accessor :fetcher # :nodoc: attr_accessor :gem_repo # :nodoc: