alovak / test_xml

Small library to test your xml with Test::Unit or RSpec
Other
30 stars 8 forks source link

xml_equal fails on root node #12

Open apotonick opened 10 years ago

apotonick commented 10 years ago

This still passes:

"<song/>".must_equal_xml "<songs/>"
alovak commented 10 years ago

Thanks. I will check.

apotonick commented 10 years ago

That was more of a reminder for myself, but, hey, awesome!!!