diff options
Diffstat (limited to 'spec/unit/util_spec.lua')
-rw-r--r-- | spec/unit/util_spec.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/unit/util_spec.lua b/spec/unit/util_spec.lua index 0e380f2a..bb427b3e 100644 --- a/spec/unit/util_spec.lua +++ b/spec/unit/util_spec.lua | |||
@@ -11,11 +11,10 @@ describe("luarocks.util #unit", function() | |||
11 | setup(function() | 11 | setup(function() |
12 | runner = require("luacov.runner") | 12 | runner = require("luacov.runner") |
13 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 13 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
14 | runner.tick = true | ||
15 | end) | 14 | end) |
16 | 15 | ||
17 | teardown(function() | 16 | lazy_teardown(function() |
18 | runner.shutdown() | 17 | runner.save_stats() |
19 | end) | 18 | end) |
20 | 19 | ||
21 | describe("util.variable_substitutions", function() | 20 | describe("util.variable_substitutions", function() |