mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
[rubygems/rubygems] Unify java_platform? to Gem.java_platform?
7f27ab32b8
This commit is contained in:
parent
bf8afe434f
commit
cbeea5f3e6
7 changed files with 11 additions and 25 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue