diff options
Diffstat (limited to 'spec/help_spec.lua')
-rw-r--r-- | spec/help_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/help_spec.lua b/spec/help_spec.lua index 0f40dd38..08f6f1f1 100644 --- a/spec/help_spec.lua +++ b/spec/help_spec.lua | |||
@@ -1,8 +1,6 @@ | |||
1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
2 | local lfs = require("lfs") | ||
3 | 2 | ||
4 | test_env.unload_luarocks() | 3 | test_env.unload_luarocks() |
5 | local help = require("luarocks.help") | ||
6 | 4 | ||
7 | expose("LuaRocks help tests #blackbox #b_help", function() | 5 | expose("LuaRocks help tests #blackbox #b_help", function() |
8 | 6 | ||
@@ -26,4 +24,4 @@ expose("LuaRocks help tests #blackbox #b_help", function() | |||
26 | it("LuaRocks-admin help with no flags/arguments", function() | 24 | it("LuaRocks-admin help with no flags/arguments", function() |
27 | assert.is_true(run.luarocks_admin_bool("help")) | 25 | assert.is_true(run.luarocks_admin_bool("help")) |
28 | end) | 26 | end) |
29 | end) \ No newline at end of file | 27 | end) |