Module: Webrat::HaveTagMatcher

Defined in:
lib/webrat/core/matchers/have_tag.rb

Defined Under Namespace

Classes: HaveTag

Instance Method Summary collapse

Instance Method Details

#have_tag(name, attributes = {}, &block) ⇒ Object Also known as: match_tag



50
51
52
# File 'lib/webrat/core/matchers/have_tag.rb', line 50

def have_tag(name, attributes = {}, &block)
  HaveTag.new([name, attributes], &block)
end