Sha256: 2da00bb31458078efc87e64c9e09960f7fdeae2d900fef0e893aebb2054c2598
Contents?: true
Size: 231 Bytes
Versions: 135
Compression:
Stored size: 231 Bytes
Contents
require File.expand_path '../xref_test_case', __FILE__ class TestRDocConstant < XrefTestCase def setup super @const = @c1.constants.first end def test_path assert_equal 'C1.html#CONST', @const.path end end
Version data entries
135 entries across 113 versions & 22 rubygems