# File lib/capybara/rspec/matchers.rb, line 146
    def have_select(locator, options={})
      HaveMatcher.new(:select, locator, options)
    end