method
matches?
rspec latest stable - Class:
Spec::Matchers::AutotestMappingMatcher
matches?(autotest)public
No documentation available.
# File spec/autotest/autotest_matchers.rb, line 13
def matches?(autotest)
@autotest = prepare autotest
@actual = autotest.test_files_for(@file)
@actual == @specs
end