60 61 62
# File 'lib/easytest/expectation.rb', line 60 def to_satisfy(&expected) Matcher::Satisfy.new(actual: actual, expected: expected, negate: negate).match! end