Classes: HaveTag
109 110 111
# File 'lib/rspec_hpricot_matchers/have_tag.rb', line 109 def have_tag(selector, inner_text_or_options = nil, options = {}, &block) HaveTag.new(selector, inner_text_or_options, options, &block) end