Module: Capybara::Minitest::Expectations

Included in:
Node::Base, Node::Simple, Session
Defined in:
lib/capybara/minitest/spec.rb

Instance Method Summary collapse

Instance Method Details

#must_have_style(*args, &block) ⇒ Object

Deprecated.


42
43
44
45
# 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