Module: XmlSpec::Matchers
- Defined in:
- lib/xml_spec/matchers.rb
Defined Under Namespace
Classes: BeXmlEql, IncludeXml
Instance Method Summary collapse
Instance Method Details
#be_xml_eql(xml) ⇒ Object
56 57 58 |
# File 'lib/xml_spec/matchers.rb', line 56 def be_xml_eql(xml) XmlSpec::Matchers::BeXmlEql.new(xml) end |
#include_xml(xml) ⇒ Object
60 61 62 |
# File 'lib/xml_spec/matchers.rb', line 60 def include_xml(xml) XmlSpec::Matchers::IncludeXml.new(xml) end |