aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/fun_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/fun_spec.lua')
-rw-r--r--spec/unit/fun_spec.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/unit/fun_spec.lua b/spec/unit/fun_spec.lua
index c2b3e864..d7db1362 100644
--- a/spec/unit/fun_spec.lua
+++ b/spec/unit/fun_spec.lua
@@ -9,11 +9,10 @@ describe("luarocks.fun #unit", function()
9 setup(function() 9 setup(function()
10 runner = require("luacov.runner") 10 runner = require("luacov.runner")
11 runner.init(testing_paths.testrun_dir .. "/luacov.config") 11 runner.init(testing_paths.testrun_dir .. "/luacov.config")
12 runner.tick = true
13 end) 12 end)
14 13
15 teardown(function() 14 lazy_teardown(function()
16 runner.shutdown() 15 runner.save_stats()
17 end) 16 end)
18 17
19 describe("fun.concat", function() 18 describe("fun.concat", function()