# File lib/capybara/rspec/matchers.rb, line 40
      def matches?(actual)
        @actual = wrap(actual)
        @actual.has_text?(text)
      end