Closed paclough closed 10 years ago
Added an option to pass specific attr names to ignore. If no values are passed it works as usual. Needed this to handle VRA XML.
E.g. 'expect(doc1).to be_equivalent_to(doc2).ignoring_attr_values( 'order', 'status' )'
The test failure was due to a Rakefile issue. This seems to be fine. Thanks for the contribution!
Added an option to pass specific attr names to ignore. If no values are passed it works as usual. Needed this to handle VRA XML.
E.g. 'expect(doc1).to be_equivalent_to(doc2).ignoring_attr_values( 'order', 'status' )'