Skip to content

Commit dd54500

Browse files
committed
Avoid assert_separately too
1 parent bd38101 commit dd54500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/pathname/test_pathname.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ def test_expand_path
10681068
def test_split
10691069
assert_equal([Pathname("dirname"), Pathname("basename")], Pathname("dirname/basename").split)
10701070

1071+
omit unless RUBY_VERSION >= '2.7.0'
10711072
assert_separately([], <<-'end;')
10721073
require 'pathname'
10731074

0 commit comments

Comments
 (0)