# File lib/capybara/rspec/matchers.rb, line 116
    def have_css(css, options={})
      HaveMatcher.new(:css, css, options)
    end