aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-08 16:26:48 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-08 16:26:48 -0200
commitd80124af9cd929b395b4d4c353b51ccc902a3f9e (patch)
treea738a509039b286697819db762916cfda0384413 /.busted
parent98a0bd9a97190be8ba10f14a3d67e42de827b04a (diff)
downloadluarocks-d80124af9cd929b395b4d4c353b51ccc902a3f9e.tar.gz
luarocks-d80124af9cd929b395b4d4c353b51ccc902a3f9e.tar.bz2
luarocks-d80124af9cd929b395b4d4c353b51ccc902a3f9e.zip
Reorganize test suite files
Diffstat (limited to '.busted')
-rw-r--r--.busted2
1 files changed, 1 insertions, 1 deletions
diff --git a/.busted b/.busted
index 29a8137b..8b246f0c 100644
--- a/.busted
+++ b/.busted
@@ -1,6 +1,6 @@
1return { 1return {
2 default = { 2 default = {
3 helper = "test/test_environment", 3 helper = "spec.util.test_env",
4 ["auto-insulate"] = false 4 ["auto-insulate"] = false
5 } 5 }
6} 6}