From 20a1baba59e7555b3140e0c2226948447fe8e62a Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Fri, 8 Jul 2016 13:50:11 +0300 Subject: Tests: disable insulation and use describe() instead of expose() --- .busted | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.busted') diff --git a/.busted b/.busted index 7c67e719..29a8137b 100644 --- a/.busted +++ b/.busted @@ -1,5 +1,6 @@ return { default = { - helper = "test/test_environment" + helper = "test/test_environment", + ["auto-insulate"] = false } } -- cgit v1.2.3-55-g6feb