From a2979e68e75a80221f6f64cc3558d956c2ebfb18 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 21 Oct 2015 15:04:32 -0400 Subject: [PATCH] .busted: Make sure we run tests on the code in the current directory Rather than e.g. the local system installed luatz --- .busted | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .busted diff --git a/.busted b/.busted new file mode 100644 index 0000000..d1a4ad9 --- /dev/null +++ b/.busted @@ -0,0 +1,5 @@ +return { + default = { + lpath = "./?.lua"; + }; +} -- 2.39.2