# File lib/action_dispatch/testing/test_response.rb, line 103
      def binary_content
        ActiveSupport::Deprecation.warn("response.binary_content has been deprecated. Use response.body instead", caller)
        body
      end