Skip to content

Commit a3da09c

Browse files
authored
Merge pull request #634 from masakazutakewaka/add-test-to-ri-driver
add test to display_name
2 parents c642102 + d34c43b commit a3da09c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_rdoc_ri_driver.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,12 @@ def test_display_method_overridden
699699
refute_match %r%must not be displayed%, out
700700
end
701701

702+
def test_display_name
703+
util_store
704+
705+
assert_equal true, @driver.display_name('home:README.rdoc')
706+
end
707+
702708
def test_display_name_not_found_class
703709
util_store
704710

0 commit comments

Comments
 (0)