# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 234
  def test_space
    assert_body_renders(" ") do |r|
      r.space
    end
  end