Module: RSpec::Matchers

Defined in:
lib/cheffish/rspec/matchers/partially_match.rb

Instance Method Summary collapse

Instance Method Details

#partially_match(expected) ⇒ Object



59
60
61
# File 'lib/cheffish/rspec/matchers/partially_match.rb', line 59

def partially_match(expected)
  Cheffish::RSpec::Matchers::PartiallyMatch.new(self, expected)
end