`assert_dom_equal` should accept `Nokogiri::Node(Set)`?
chancancode opened this issue · 1 comments
chancancode commented
This would allow you to do something like...
assert_dom_equal rendered.at('.header'), "<h1>Rails Is Omakase</h1>"
kaspth commented
Sweet, yes!