aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-16 15:05:09 +0900
committergit <svn-admin@ruby-lang.org>2023-03-22 11:17:24 +0000
commitea1dcb3e239bb980bf1fef70ee0ac8315bdb1e01 (patch)
treedd7f46e037992a84f6a9bcce475af33b3452e22f /test
parent92f78b0e0b4bcb9b8768fe61d4a18ddae254eead (diff)
downloadruby-ea1dcb3e239bb980bf1fef70ee0ac8315bdb1e01.tar.gz
[rubygems/rubygems] RUBY_DESCRIPTION is always provided by supported platforms
https://github.com/rubygems/rubygems/commit/8a7028bc7e
Diffstat (limited to 'test')
-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 3c7f062223..7252dede04 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -1126,7 +1126,7 @@ Also, a list:
Object.send :remove_const, :RUBY_VERSION
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_DESCRIPTION
Object.send :remove_const, :RUBY_ENGINE
Object.send :remove_const, :RUBY_ENGINE_VERSION if defined?(RUBY_ENGINE_VERSION)
end