We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d36593 commit ffe5583Copy full SHA for ffe5583
test/rdoc/test_rdoc_rdoc.rb
@@ -194,7 +194,7 @@ def test_normalized_file_list_with_dot_doc_overridden_by_exclude_option
194
File.write('.document', "a.rb\n""b.rb\n")
195
expected_files << a
196
197
- @rdoc.options.exclude = Regexp.new(['b.rb'].join('|'))
+ @rdoc.options.exclude = /b\.rb$/
198
@rdoc.normalized_file_list [File.realpath(dir)]
199
end
200
0 commit comments