# File lib/action_dispatch/testing/test_response.rb, line 91
      def template_objects
        ActiveSupport::Deprecation.warn("response.template_objects has been deprecated. Use template.assigns instead", caller)
        @template.assigns || {}
      end