Skip to content

Commit

Permalink
Apply the same changes made in ruby/ruby#10924 (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Oct 3, 2024
1 parent 003126c commit ed00d1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/rdoc/test_rdoc_ri_driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def test_self_dump
RDoc::RI::Driver.dump @store1.cache_path
end

assert_match %r%:class_methods%, out
assert_match %r%:modules%, out
assert_match %r%:instance_methods%, out
assert_match %r%:ancestors%, out
assert_match %r%:class_methods|class_methods:%, out
assert_match %r%:modules|modules:%, out
assert_match %r%:instance_methods|instance_methods:%, out
assert_match %r%:ancestors|ancestors:%, out
end

def test_add_also_in_empty
Expand Down

0 comments on commit ed00d1c

Please sign in to comment.