# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 318
  def test_title
    assert_head_renders("<title>text</title>") do |r|
      r.title "text"
    end
  end