# File lib/rack/test/methods.rb, line 8
      def rack_test_session
        @_rack_test_session ||= Rack::Test::Session.new(app)
      end