summaryrefslogtreecommitdiff
path: root/test/rubygems/helper.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-16 15:04:41 +0900
committergit <svn-admin@ruby-lang.org>2023-03-22 11:17:24 +0000
commit92f78b0e0b4bcb9b8768fe61d4a18ddae254eead (patch)
tree795d90c040eb68a104d21338b2ab23681bcd73eb /test/rubygems/helper.rb
parent09bda4ceb592801d1729a2e7b4aea164dc855f6d (diff)
downloadruby-92f78b0e0b4bcb9b8768fe61d4a18ddae254eead.tar.gz
[rubygems/rubygems] Fixup
https://github.com/rubygems/rubygems/pull/6486 https://github.com/rubygems/rubygems/commit/ad50221acf
Diffstat (limited to 'test/rubygems/helper.rb')
-rw-r--r--test/rubygems/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb
index ada24c0d10..3c7f062223 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -1124,7 +1124,7 @@ Also, a list:
def util_clear_RUBY_VERSION
Object.send :remove_const, :RUBY_VERSION
- Object.send :remove_const, :RUBY_PATCHLEVEL if defined?(RUBY_PATCHLEVEL)
+ Object.send :remove_const, :RUBY_PATCHLEVEL
Object.send :remove_const, :RUBY_REVISION if defined?(RUBY_REVISION)
Object.send :remove_const, :RUBY_DESCRIPTION if defined?(RUBY_DESCRIPTION)
Object.send :remove_const, :RUBY_ENGINE