class Capybara::RSpecMatchers::HaveStyle

def does_not_match?(_actual)

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