aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-07-08 13:50:11 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-07-08 13:50:11 +0300
commit20a1baba59e7555b3140e0c2226948447fe8e62a (patch)
tree19c5b7b96899ffeb0f706a7f596c94b2b74e8b51 /.busted
parent54cf8ad4d527b0585f364b3d6cbe2c9eae58c3da (diff)
downloadluarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.tar.gz
luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.tar.bz2
luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.zip
Tests: disable insulation and use describe() instead of expose()
Diffstat (limited to '.busted')
-rw-r--r--.busted3
1 files changed, 2 insertions, 1 deletions
diff --git a/.busted b/.busted
index 7c67e719..29a8137b 100644
--- a/.busted
+++ b/.busted
@@ -1,5 +1,6 @@
1return { 1return {
2 default = { 2 default = {
3 helper = "test/test_environment" 3 helper = "test/test_environment",
4 ["auto-insulate"] = false
4 } 5 }
5} 6}