module Rails::Dom::Testing::Assertions::DomAssertions
def equal_attribute?(attr, other_attr)
def equal_attribute?(attr, other_attr) attr.name == other_attr.name && attr.value == other_attr.value end
def equal_attribute?(attr, other_attr) attr.name == other_attr.name && attr.value == other_attr.value end