Method: Capybara::RSpecMatchers::Matchers::Compound::CapybaraEvaluator#matcher_matches?

Defined in:
lib/capybara/rspec/matchers/compound.rb

#matcher_matches?(matcher) ⇒ Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/capybara/rspec/matchers/compound.rb', line 28

def matcher_matches?(matcher)
  @match_results[matcher]
end