# File lib/web_console/testing/fake_middleware.rb, line 23
      def call(env)
        [ 200, @headers, [ render(req_path(env)) ] ]
      end