method

matches?

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