module RSpec::Matchers
Public Instance Methods
partially_match(expected)
click to toggle source
# File lib/cheffish/rspec/matchers/partially_match.rb, line 59 def partially_match(expected) Cheffish::RSpec::Matchers::PartiallyMatch.new(self, expected) end