Codebase list lua-http / 750b70cd-1555-42f8-8018-b1af32943598/main .busted
750b70cd-1555-42f8-8018-b1af32943598/main

Tree @750b70cd-1555-42f8-8018-b1af32943598/main (Download .tar.gz)

.busted @750b70cd-1555-42f8-8018-b1af32943598/mainraw · history · blame

1
2
3
4
5
6
7
return {
	default = {
		lpath = "./?.lua";
		["auto-insulate"] = false;
		helper = "spec/helper.lua";
	};
}