diff options
| author | Samuel Giddins <segiddins@segiddins.me> | 2023-02-14 10:29:16 -0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-02-22 08:42:19 +0000 |
| commit | 616a7e1f6c789e5844b4fca9e84fe85656ecc62a (patch) | |
| tree | 3efdd38f02aff027d3f541e633b6f52fd9eb5c04 | |
| parent | ae5deb1ebc5b9cdd1e137e7b78c89e55348dd2ba (diff) | |
[rubygems/rubygems] Nil out Gem.configuration after tests
https://github.com/rubygems/rubygems/commit/3135ad91d4
| -rw-r--r-- | test/rubygems/test_gem_commands_exec_command.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb index 6fe241ff34..40f6bf0b09 100644 --- a/test/rubygems/test_gem_commands_exec_command.rb +++ b/test/rubygems/test_gem_commands_exec_command.rb @@ -27,6 +27,7 @@ class TestGemCommandsExecCommand < Gem::TestCase common_installer_teardown Gem::Command.build_args = @orig_args + Gem.configuration = nil end def invoke(*args) |
