diff options
Diffstat (limited to 'spec/purge_spec.lua')
-rw-r--r-- | spec/purge_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/purge_spec.lua b/spec/purge_spec.lua index 30ce15e2..e6f12ddb 100644 --- a/spec/purge_spec.lua +++ b/spec/purge_spec.lua | |||
@@ -1,12 +1,12 @@ | |||
1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
2 | local run = test_env.run | ||
3 | local testing_paths = test_env.testing_paths | ||
2 | 4 | ||
3 | test_env.unload_luarocks() | 5 | test_env.unload_luarocks() |
4 | 6 | ||
5 | describe("LuaRocks purge tests #blackbox #b_purge", function() | 7 | describe("LuaRocks purge tests #blackbox #b_purge", function() |
6 | before_each(function() | 8 | before_each(function() |
7 | test_env.setup_specs(extra_rocks) | 9 | test_env.setup_specs(extra_rocks) |
8 | testing_paths = test_env.testing_paths | ||
9 | run = test_env.run | ||
10 | end) | 10 | end) |
11 | 11 | ||
12 | describe("LuaRocks purge basic tests", function() | 12 | describe("LuaRocks purge basic tests", function() |