diff options
Diffstat (limited to 'spec/help_spec.lua')
| -rw-r--r-- | spec/help_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/help_spec.lua b/spec/help_spec.lua index 70dc5a7e..08ce87a9 100644 --- a/spec/help_spec.lua +++ b/spec/help_spec.lua | |||
| @@ -16,11 +16,11 @@ describe("luarocks help #integration", function() | |||
| 16 | it("invalid argument", function() | 16 | it("invalid argument", function() |
| 17 | assert.is_false(run.luarocks_bool("help invalid")) | 17 | assert.is_false(run.luarocks_bool("help invalid")) |
| 18 | end) | 18 | end) |
| 19 | 19 | ||
| 20 | it("config", function() | 20 | it("config", function() |
| 21 | assert.is_true(run.luarocks_bool("help config")) | 21 | assert.is_true(run.luarocks_bool("help config")) |
| 22 | end) | 22 | end) |
| 23 | 23 | ||
| 24 | it("luarocks-admin help with no flags/arguments", function() | 24 | it("luarocks-admin help with no flags/arguments", function() |
| 25 | assert.is_true(run.luarocks_admin_bool(test_env.quiet("help"))) | 25 | assert.is_true(run.luarocks_admin_bool(test_env.quiet("help"))) |
| 26 | end) | 26 | end) |
