# File lib/webrat/core/matchers/have_xpath.rb, line 108
    def have_xpath(expected, options = {}, &block)
      HaveXpath.new(expected, options, &block)
    end