We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819607f commit dc34c8cCopy full SHA for dc34c8c
1 file changed
test/pathname/test_pathname.rb
@@ -682,6 +682,7 @@ def test_each_child
682
end
683
684
def test_each_line
685
+ omit "not working yet" if RUBY_ENGINE == "jruby"
686
with_tmpchdir('rubytest-pathname') {|dir|
687
open("a", "w") {|f| f.puts 1, 2 }
688
a = []
@@ -708,6 +709,7 @@ def test_each_line
708
709
710
711
def test_each_line_opts
712
713
714
715
0 commit comments