Method: Easytest::Expectation#to_be_instance_of

Defined in:
lib/easytest/expectation.rb

#to_be_instance_of(expected) ⇒ Object



36
37
38
# File 'lib/easytest/expectation.rb', line 36

def to_be_instance_of(expected)
  Matcher::InstanceOf.new(actual: actual, expected: expected, negate: negate).match!
end