cleanup lua tests

This commit is contained in:
Elvin Efendi 2018-07-21 22:36:05 -04:00
parent fe9bb6bee5
commit fcaf337b30
13 changed files with 4 additions and 67 deletions

View file

@ -1,5 +1,3 @@
package.path = "./rootfs/etc/nginx/lua/?.lua;./rootfs/etc/nginx/lua/test/mocks/?.lua;" .. package.path
describe("Balancer chash", function()
local balancer_chash = require("balancer.chash")