Module: Xml::C14n::RSpecMatchers

Defined in:
lib/xml/c14n/rspec_matchers.rb

Defined Under Namespace

Classes: AnalogousMatcher

Instance Method Summary collapse

Instance Method Details

#be_analogous_with(expected) ⇒ Object



55
56
57
# File 'lib/xml/c14n/rspec_matchers.rb', line 55

def be_analogous_with(expected)
  AnalogousMatcher.new(expected)
end