1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip teardown with JRuby

This commit is contained in:
Hiroshi SHIBATA 2019-08-17 18:18:20 +09:00
parent 08c58e3c0d
commit 37d0e6e471
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -230,7 +230,7 @@ class TestGemRequire < Gem::TestCase
assert_equal %w(a-1 b-2), loaded_spec_names
ensure
$LOAD_PATH.replace lp
$LOAD_PATH.replace lp unless java_platform?
end
def test_already_activated_direct_conflict