class RSpec::Matchers::BuiltIn::Exist

def matches?(actual)

Returns:
  • (Boolean) -

Other tags:
    Api: - private
def matches?(actual)
  @actual = actual
  @test = ExistenceTest.new @actual, @expected
  @test.valid_test? && @test.actual_exists?
end