mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"
31a6eaabc1
is obsoleted with
https://github.com/rubygems/rubygems/pull/3820
This commit is contained in:
parent
a46841612c
commit
b717f73402
274 changed files with 0 additions and 672 deletions
|
@ -3,7 +3,6 @@ require 'rubygems/test_case'
|
|||
require 'rubygems/util'
|
||||
|
||||
class TestGemUtil < Gem::TestCase
|
||||
|
||||
def test_class_popen
|
||||
skip "popen with a block does not behave well on jruby" if Gem.java_platform?
|
||||
assert_equal "0\n", Gem::Util.popen(*ruby_with_rubygems_in_load_path, '-e', 'p 0')
|
||||
|
@ -86,5 +85,4 @@ class TestGemUtil < Gem::TestCase
|
|||
path = "/home/skillet"
|
||||
assert_equal "/home/skillet", Gem::Util.correct_for_windows_path(path)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue