module EimXML::Matchers

Public Instance Methods

have(expected) click to toggle source
   # File lib/eim_xml/matcher.rb
22 def have(expected)
23         HaveContent.new(expected)
24 end