# File lib/webrat/core/matchers/have_tag.rb, line 6
    def have_tag(*args, &block)
      have_selector(*args, &block)
    end