Flowdock
method

matches?

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Matchers::AutotestMappingMatcher
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/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.