the xml:
<hotels destination_code="MAD" language="de">
<geo lat="40.419" lon="-3.706" />
</hotels>
should match xml:
<geo lat="40.419" lon="-3.706" />
returns false, it should return true for contain_xml
Besides... the description of the failure message should be "should contain xml"
returns false, it should return true for contain_xml
Besides... the description of the failure message should be "should contain xml"