module Capybara::Minitest::Expectations

def must_have_style(...)

Deprecated:
def must_have_style(...)
  warn 'must_have_style is deprecated, please use must_match_style'
  must_match_style(...)
end