aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/deps_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/deps_spec.lua')
-rw-r--r--spec/unit/deps_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/unit/deps_spec.lua b/spec/unit/deps_spec.lua
index b8c89a2d..3be80b91 100644
--- a/spec/unit/deps_spec.lua
+++ b/spec/unit/deps_spec.lua
@@ -16,11 +16,10 @@ describe("LuaRocks deps #unit", function()
16 16
17 runner = require("luacov.runner") 17 runner = require("luacov.runner")
18 runner.init(testing_paths.testrun_dir .. "/luacov.config") 18 runner.init(testing_paths.testrun_dir .. "/luacov.config")
19 runner.tick = true
20 end) 19 end)
21 20
22 lazy_teardown(function() 21 lazy_teardown(function()
23 runner.shutdown() 22 runner.save_stats()
24 end) 23 end)
25 24
26 describe("deps", function() 25 describe("deps", function()