module ActionDispatch::TestResponse::DeprecatedHelpers
def binary_content
def binary_content ActiveSupport::Deprecation.warn("response.binary_content has been deprecated. Use response.body instead", caller) body end
def binary_content ActiveSupport::Deprecation.warn("response.binary_content has been deprecated. Use response.body instead", caller) body end