# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 141
  def test_heading_level
    1.upto(6) do |level|
      assert_body_renders("<h#{level}>text</h#{level}>") do |r|
        r.heading_level "text", level
      end
    end
  end