diff --git a/.busted b/.busted index 4cf541982ee8..57e2f9eabc2f 100644 --- a/.busted +++ b/.busted @@ -1,5 +1,7 @@ return { default = { - lpath = "./?.lua;./?/init.lua;" + lpath = "./?.lua;./?/init.lua;", + -- make setup() and teardown() behave like their lazy_ variants + lazy = true, } }