aboutsummaryrefslogtreecommitdiff
path: root/spec/list_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/list_spec.lua')
-rw-r--r--spec/list_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/list_spec.lua b/spec/list_spec.lua
index 344607e3..1b082ab6 100644
--- a/spec/list_spec.lua
+++ b/spec/list_spec.lua
@@ -1,4 +1,6 @@
1local test_env = require("test/test_environment") 1local test_env = require("test/test_environment")
2local run = test_env.run
3local testing_paths = test_env.testing_paths
2 4
3test_env.unload_luarocks() 5test_env.unload_luarocks()
4 6
@@ -11,8 +13,6 @@ describe("LuaRocks list tests #blackbox #b_list", function()
11 13
12 before_each(function() 14 before_each(function()
13 test_env.setup_specs(extra_rocks) 15 test_env.setup_specs(extra_rocks)
14 run = test_env.run
15 testing_paths = test_env.testing_paths
16 end) 16 end)
17 17
18 it("LuaRocks list with no flags/arguments", function() 18 it("LuaRocks list with no flags/arguments", function()