basic_spec.lua 142 B

1234567
  1. require("cURL")
  2. describe("civetweb basic", function()
  3. it("should serve a simple get request", function()
  4. assert.is_true(true)
  5. end)
  6. end)