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.
2 parents 5544b12 + 3f75886 commit 9d453c6Copy full SHA for 9d453c6
test/test_rdoc_rdoc.rb
@@ -200,7 +200,7 @@ def test_normalized_file_list_with_dot_doc
200
expected_files << a
201
expected_files << b
202
203
- @rdoc.normalized_file_list [dir]
+ @rdoc.normalized_file_list [File.realpath(dir)]
204
end
205
206
files = files.map { |file| File.expand_path file }
@@ -227,7 +227,7 @@ def test_normalized_file_list_with_dot_doc_overridden_by_exclude_option
227
228
229
@rdoc.options.exclude = Regexp.new(['b.rb'].join('|'))
230
231
232
233
0 commit comments