123456789_123456789_123456789_123456789_123456789_

Class: Capybara::RSpecMatchers::Matchers::Compound::Or

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, RSpec::Matchers::BuiltIn::Compound::Or
Instance Chain:
self, Synchronizer, RSpec::Matchers::BuiltIn::Compound::Or
Inherits: RSpec::Matchers::BuiltIn::Compound::Or
  • Object
Defined in: lib/capybara/rspec/matchers/compound.rb

Instance Attribute Summary

Instance Method Summary

Instance Attribute Details

#synchronized_match?Boolean (readonly, private)

[ GitHub ]

  
# File 'lib/capybara/rspec/matchers/compound.rb', line 80

def synchronized_match?
  [matcher_1_matches?, matcher_2_matches?].any?
end