Returns the template
of the file which was used to render this response (or nil)
# File actionpack/lib/action_dispatch/testing/test_response.rb, line 55
def rendered
ActiveSupport::Deprecation.warn("response.rendered has been deprecated. Use template.rendered instead", caller)
@template.instance_variable_get(:@_rendered)
end