# File lib/capybara/rspec/matchers.rb, line 92
    def have_text(text)
      HaveText.new(text)
    end