# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 303
  def test_table_spacer_row
    html = "<table><tr>&nbsp;</tr></table>"
    assert_body_renders(html) do |r|
      r.table do
        r.table_spacer_row
      end
    end
  end