summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-11-17 17:59:30 +0100
committergit <svn-admin@ruby-lang.org>2021-11-18 04:37:26 +0900
commitd8dde444e90274b6845ee7e817202880576bdd8e (patch)
tree1fd32af7f9fa56a009d536187778dcf4314d8f34 /test
parent81eba77fc0b2954ebf51a228f7bb94f64dd81f75 (diff)
[rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cache
Plus, that method is supposed to be private. https://github.com/rubygems/rubygems/commit/f8a01ddb9f
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb
index 1d27baad1f..40ed62fc77 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -480,7 +480,6 @@ class Gem::TestCase < Test::Unit::TestCase
Gem.instance_variable_set :@default_dir, nil
end
- Gem::Specification._clear_load_cache
Gem::Specification.unresolved_deps.clear
Gem::refresh