# File lib/capybara/rspec/matchers.rb, line 134
    def have_field(locator, options={})
      HaveMatcher.new(:field, locator, options)
    end