Module: EimXML::Matchers
- Defined in:
- lib/eim_xml/matcher.rb
Defined Under Namespace
Classes: HaveContent
Instance Method Summary collapse
Instance Method Details
#have(expected) ⇒ Object
22 23 24 |
# File 'lib/eim_xml/matcher.rb', line 22 def have(expected) HaveContent.new(expected) end |