[rubygems/rubygems] Nil out Gem.configuration after tests

https://github.com/rubygems/rubygems/commit/3135ad91d4
This commit is contained in:
Samuel Giddins 2023-02-14 10:29:16 -08:00 коммит произвёл git
Родитель ae5deb1ebc
Коммит 616a7e1f6c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -27,6 +27,7 @@ class TestGemCommandsExecCommand < Gem::TestCase
common_installer_teardown
Gem::Command.build_args = @orig_args
Gem.configuration = nil
end
def invoke(*args)