Module: RspecTagMatchers

Defined in:
lib/rspec_tag_matchers/have_tag.rb

Defined Under Namespace

Classes: HaveTag

Instance Method Summary collapse

Instance Method Details

#have_tag(selector, inner_text_or_options = nil, options = {}, &block) ⇒ Object



111
112
113
# File 'lib/rspec_tag_matchers/have_tag.rb', line 111

def have_tag(selector, inner_text_or_options = nil, options = {}, &block)
  HaveTag.new(selector, inner_text_or_options, options, &block)
end