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