class WebConsole::Testing::FakeMiddleware

def call(env)

def call(env)
  [ 200, @headers, [ render(req_path(env)) ] ]
end