diff options
author | David RodrÃguez <[email protected]> | 2020-04-29 14:18:59 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-08 14:13:29 +0900 |
commit | 93293043f135dec5a972378682b9e947fba7c4a6 () | |
tree | 0b29babfec3cae2b071dc55d6b496a772249cffd /test/rubygems/test_gem_commands_build_command.rb | |
parent | b9031b10431b4ca517b520ddb9f86d82f16a3372 (diff) |
[rubygems/rubygems] Remove unneeded global teardown
Instead, make each test cleanup after itself. https://.com/rubygems/rubygems/commit/e0aba9d64f
Notes: Merged: https://.com/ruby/ruby/pull/3092
-rw-r--r-- | test/rubygems/test_gem_commands_build_command.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -398,6 +398,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase skip 'openssl is missing' unless defined?(OpenSSL::SSL) && !java_platform? gem_path = File.join Gem.user_home, ".gem" Gem::Security.trust_dir @@ -441,6 +442,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase skip 'openssl is missing' unless defined?(OpenSSL::SSL) && !java_platform? gem_path = File.join Gem.user_home, ".gem" Gem::Security.trust_dir |