There was an error while loading. Please reload this page.
1 parent 3f2bd42 commit 7a3417eCopy full SHA for 7a3417e
test/rdoc/test_rdoc_top_level.rb
@@ -157,6 +157,9 @@ def test_hash
157
158
def test_http_url
159
assert_equal 'prefix/path/top_level_rb.html', @top_level.http_url('prefix')
160
+
161
+ other_level = @store.add_file 'path.other/level.rb'
162
+ assert_equal 'prefix/path_other/level_rb.html', other_level.http_url('prefix')
163
end
164
165
def test_last_modified
0 commit comments