# File lib/rails/dom/testing/assertions/dom_assertions.rb, line 63 def equal_attribute?(attr, other_attr) attr.name == other_attr.name && attr.value == other_attr.value end