aboutsummaryrefslogtreecommitdiff
path: root/spec/help_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/help_spec.lua')
-rw-r--r--spec/help_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/help_spec.lua b/spec/help_spec.lua
index 376b6ceb..35bb6817 100644
--- a/spec/help_spec.lua
+++ b/spec/help_spec.lua
@@ -1,4 +1,5 @@
1local test_env = require("test/test_environment") 1local test_env = require("test/test_environment")
2local run = test_env.run
2 3
3test_env.unload_luarocks() 4test_env.unload_luarocks()
4 5
@@ -6,7 +7,6 @@ describe("LuaRocks help tests #blackbox #b_help", function()
6 7
7 before_each(function() 8 before_each(function()
8 test_env.setup_specs(extra_rocks) 9 test_env.setup_specs(extra_rocks)
9 run = test_env.run
10 end) 10 end)
11 11
12 it("LuaRocks help with no flags/arguments", function() 12 it("LuaRocks help with no flags/arguments", function()