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