# File lib/webrat/core/matchers/have_content.rb, line 55
    def assert_contain(content)
      hc = HasContent.new(content)
      assert hc.matches?(response_body), hc.failure_message
    end