Flowdock
method

matches?

Importance_0
matches?(autotest) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File spec/autotest_matchers.rb, line 13
      def matches?(autotest)
        @autotest = prepare autotest
        @actual = autotest.test_files_for(@file)
        @actual == @specs
      end
Register or log in to add new notes.