Sha256: de9d310349a3b23447bab22fc833574698b72f748667806ebe59341de4a210a5
Contents?: true
Size: 206 Bytes
Versions: 9
Compression:
Stored size: 206 Bytes
Contents
require 'test/xref_test_case' 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
9 entries across 9 versions & 2 rubygems