class Capybara::RSpecMatchers::HaveAllSelectors

def does_not_match?(_actual)

def does_not_match?(_actual)
  raise ArgumentError, 'The have_all_selectors matcher does not support use with not_to/should_not'
end