# File lib/capybara/rspec/matchers.rb, line 112
    def have_xpath(xpath, options={})
      HaveMatcher.new(:xpath, xpath, options)
    end