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