module Capybara::Minitest::Expectations

Public Instance Methods

must_have_style(*args, **kw_args, &block) click to toggle source

@deprecated

# File lib/capybara/minitest/spec.rb, line 249
def must_have_style(*args, **kw_args, &block)
  warn 'must_have_style is deprecated, please use must_match_style'
  must_match_style(*args, **kw_args, &block)
end