module Capybara::Minitest::Expectations

Public Instance Methods

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

@deprecated

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