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