mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
81eba77fc0
commit
d8dde444e9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue