diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-04-05 11:07:45 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2023-04-05 05:49:26 +0000 |
commit | 9a5d4cc80ba16f4817dd9b1311e3e6239732618a (patch) | |
tree | af2321832cd6552985e3bc6f705cb99cf7a7d32f /test/rubygems/helper.rb | |
parent | 8e37eb1d150a2a0c7fd6c274c8f4ac1c24940849 (diff) | |
download | ruby-9a5d4cc80ba16f4817dd9b1311e3e6239732618a.tar.gz |
[rubygems/rubygems] Removed unused Gem::Deprecate from Gem::TestCase
https://github.com/rubygems/rubygems/commit/d8a75a5f84
Diffstat (limited to 'test/rubygems/helper.rb')
-rw-r--r-- | test/rubygems/helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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: |