Skip to content

Commit 5059642

Browse files
committed
Passing options like {10 => 10} looks can not use in ruby 2.6...
1 parent de8771e commit 5059642

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/pathname/test_pathname.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,7 @@ def test_file_fnmatch
14661466
end
14671467

14681468
def test_relative_path_from_casefold
1469+
omit unless RUBY_VERSION >= '2.7.0'
14691470
assert_separately([], <<-'end;') # do
14701471
module File::Constants
14711472
remove_const :FNM_SYSCASE

0 commit comments

Comments
 (0)