module Capybara::RSpecMatchers::Compound

def and_then(matcher)

def and_then(matcher)
  ::RSpec::Matchers::BuiltIn::Compound::And.new(self, matcher)
end