# File lib/action_dispatch/testing/test_response.rb, line 34
      def layout
        ActiveSupport::Deprecation.warn("response.layout has been deprecated. Use template.layout instead", caller)
        @template.layout
      end