# File lib/capybara/rspec/matchers.rb, line 150
    def have_table(locator, options={})
      HaveMatcher.new(:table, locator, options)
    end