diff options
Diffstat (limited to 'spec/persist_spec.lua')
-rw-r--r-- | spec/persist_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/persist_spec.lua b/spec/persist_spec.lua index 722331b8..f426fd83 100644 --- a/spec/persist_spec.lua +++ b/spec/persist_spec.lua | |||
@@ -6,17 +6,17 @@ local persist = require("luarocks.persist") | |||
6 | 6 | ||
7 | describe("luarocks.persist #unit", function() | 7 | describe("luarocks.persist #unit", function() |
8 | local runner | 8 | local runner |
9 | 9 | ||
10 | setup(function() | 10 | setup(function() |
11 | runner = require("luacov.runner") | 11 | runner = require("luacov.runner") |
12 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 12 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
13 | runner.tick = true | 13 | runner.tick = true |
14 | end) | 14 | end) |
15 | 15 | ||
16 | teardown(function() | 16 | teardown(function() |
17 | runner.shutdown() | 17 | runner.shutdown() |
18 | end) | 18 | end) |
19 | 19 | ||
20 | describe("persist.save_from_table_to_string", function() | 20 | describe("persist.save_from_table_to_string", function() |
21 | it("simple table", function() | 21 | it("simple table", function() |
22 | assert.are.same([[ | 22 | assert.are.same([[ |