[rubygems/rubygems] Unify java_platform? to Gem.java_platform?

7f27ab32b8
This commit is contained in:
Hiroshi SHIBATA 2023-04-05 10:45:46 +09:00 committed by git
parent bf8afe434f
commit cbeea5f3e6
7 changed files with 11 additions and 25 deletions

View file

@ -225,7 +225,7 @@ class TestGemRequire < Gem::TestCase
pend "Not sure what's going on. If another spec creates a 'a' gem before
this test, somehow require will load the benchmark in b, and ignore that the
stdlib one is already in $LOADED_FEATURES?. Reproducible by running the
spaceship_specific_file test before this one" if java_platform?
spaceship_specific_file test before this one" if Gem.java_platform?
pend "not installed yet" unless RbConfig::TOPDIR