Method: Easytest::Expectation#to_satisfy

Defined in:
lib/easytest/expectation.rb

#to_satisfy(&expected) ⇒ Object



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