class Capybara::RSpecMatchers::Matchers::Compound::And

Private Instance Methods

synchronized_match?() click to toggle source
# File lib/capybara/rspec/matchers/compound.rb, line 70
def synchronized_match?
  [matcher_1_matches?, matcher_2_matches?].all?
end