global

def access_to_mock_app

def access_to_mock_app
  mock_app do
    enable :logging
    get("/"){ "Foo" }
  end
  get "/"
end