aboutsummaryrefslogtreecommitdiff
path: root/spec/cmd_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/cmd_spec.lua')
-rw-r--r--spec/cmd_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/cmd_spec.lua b/spec/cmd_spec.lua
index 5d6e729b..9067a160 100644
--- a/spec/cmd_spec.lua
+++ b/spec/cmd_spec.lua
@@ -2,11 +2,9 @@ local test_env = require("spec.util.test_env")
2local lfs = require("lfs") 2local lfs = require("lfs")
3local run = test_env.run 3local run = test_env.run
4 4
5test_env.unload_luarocks()
6
7describe("LuaRocks command line #integration", function() 5describe("LuaRocks command line #integration", function()
8 6
9 setup(function() 7 lazy_setup(function()
10 test_env.setup_specs() 8 test_env.setup_specs()
11 end) 9 end)
12 10