require("cURL") describe("civetweb basic", function() it("should serve a simple get request", function() assert.is_true(true) end) end)