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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cmd_spec.lua b/spec/cmd_spec.lua
index ad6ae7ad..d28acdf6 100644
--- a/spec/cmd_spec.lua
+++ b/spec/cmd_spec.lua
@@ -5,7 +5,7 @@ local run = test_env.run
5test_env.unload_luarocks() 5test_env.unload_luarocks()
6 6
7describe("LuaRocks command line #integration", function() 7describe("LuaRocks command line #integration", function()
8 8
9 setup(function() 9 setup(function()
10 test_env.setup_specs() 10 test_env.setup_specs()
11 end) 11 end)