# File lib/capybara/node/matchers.rb, line 371
      def has_no_select?(locator, options={})
        options, selected = split_options(options, :selected)
        has_no_xpath?(XPath::HTML.select(locator, options), selected)
      end