aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
6.0.8'>hotfix/0.16.0.8 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rdoc-2.4.3/test/test_rdoc_constant.rb
blob: 9ec697224d9baaa23c29369f283f69e27af3da5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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