Skip to content

Commit ed00d1c

Browse files
authored
Apply the same changes made in ruby/ruby#10924 (#1187)
1 parent 003126c commit ed00d1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/rdoc/test_rdoc_ri_driver.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ def test_self_dump
5454
RDoc::RI::Driver.dump @store1.cache_path
5555
end
5656

57-
assert_match %r%:class_methods%, out
58-
assert_match %r%:modules%, out
59-
assert_match %r%:instance_methods%, out
60-
assert_match %r%:ancestors%, out
57+
assert_match %r%:class_methods|class_methods:%, out
58+
assert_match %r%:modules|modules:%, out
59+
assert_match %r%:instance_methods|instance_methods:%, out
60+
assert_match %r%:ancestors|ancestors:%, out
6161
end
6262

6363
def test_add_also_in_empty

0 commit comments

Comments
 (0)