Flowdock
method

matches?

Importance_0
matches?(specified_examples) public

No documentation

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

Hide source
# File lib/spec/example/example_matcher.rb, line 9
      def matches?(specified_examples)
        specified_examples.any? do |specified_example|
          matches_literal_example?(specified_example) || matches_example_not_considering_modules?(specified_example)
        end
      end
Register or log in to add new notes.