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 008a792 commit aff2925Copy full SHA for aff2925
test/test_rdoc_generator_json_index.rb
@@ -96,7 +96,7 @@ def test_generate
96
assert_file 'js/navigation.js'
97
assert_file 'js/search_index.js'
98
99
- srcdir = File.expand_path("../../lib/rdoc", __FILE__)
+ srcdir = File.expand_path('lib/rdoc', @pwd)
100
if !File.directory? srcdir
101
# for Ruby core repository
102
srcdir = File.expand_path("../../../lib/rdoc", __FILE__)
0 commit comments