# File lib/Borges/TestCase/HtmlAttributesTest.rb, line 32
  def test_method_missing=
    @attributes.rel = "start"
    assert_equal " rel=\"start\"", @attributes.to_s
  end