# File lib/Borges/TestCase/HtmlAttributesTest.rb, line 17
  def test_set_attribute_value
    @attributes["rel"] = "start"
    assert_equal " rel=\"start\"", @attributes.to_s
  end