# File lib/merb-core/test/helpers/view_helper.rb, line 30
        def content_for_all(css_query)
          matches = @parser.search(css_query).collect{|ele| ele.inner_text}
        end