mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 04:24:04 +02:00
[rubygems/rubygems] Added begin-end block for java platform
Because pend of test-unit raises exception.
b5e2d0855a
This commit is contained in:
parent
b314885af0
commit
bef49e6e8d
Notes:
git
2021-05-12 17:25:15 +09:00
1 changed files with 37 additions and 35 deletions
|
@ -1525,6 +1525,7 @@ gem 'other', version
|
|||
def test_install_extension_flat
|
||||
skip "extensions don't quite work on jruby" if Gem.java_platform?
|
||||
|
||||
begin
|
||||
@spec = setup_base_spec
|
||||
@spec.require_paths = ["."]
|
||||
|
||||
|
@ -1570,6 +1571,7 @@ gem 'other', version
|
|||
|
||||
raise
|
||||
end
|
||||
end
|
||||
|
||||
def test_installation_satisfies_dependency_eh
|
||||
installer = setup_base_installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue