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 a0fedf2 commit eab2185Copy full SHA for eab2185
test/test_rdoc_servlet.rb
@@ -37,7 +37,7 @@ def @req.path= path
37
@base = File.join @tempdir, 'base'
38
@system_dir = File.join @tempdir, 'base', 'system'
39
@home_dir = File.join @tempdir, 'home'
40
- @gem_doc_dir = File.join @tempdir, 'doc'
+ @gem_doc_dir = File.join @tempdir, 'doc'
41
42
@orig_base = RDoc::RI::Paths::BASE
43
RDoc::RI::Paths::BASE.replace @base
0 commit comments