diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2016-07-19 19:55:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-19 19:55:42 -0300 |
| commit | b4536ebabffae8b5b8c3f1cd2eb1063225254100 (patch) | |
| tree | c7658afc65573b60db6f94e0f4c9cbcb6fada343 /spec/help_spec.lua | |
| parent | 42de075dd63cb35107c514b55c061bf43f3ed184 (diff) | |
| parent | 3945f90b0bd80024294b048a793bae526cad30e2 (diff) | |
| download | luarocks-b4536ebabffae8b5b8c3f1cd2eb1063225254100.tar.gz luarocks-b4536ebabffae8b5b8c3f1cd2eb1063225254100.tar.bz2 luarocks-b4536ebabffae8b5b8c3f1cd2eb1063225254100.zip | |
Merge pull request #592 from robooo/new-tests
New tests & verbose mode
Diffstat (limited to 'spec/help_spec.lua')
| -rw-r--r-- | spec/help_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/help_spec.lua b/spec/help_spec.lua index 0d41e2e9..88aa5030 100644 --- a/spec/help_spec.lua +++ b/spec/help_spec.lua | |||
| @@ -10,7 +10,7 @@ describe("LuaRocks help tests #blackbox #b_help", function() | |||
| 10 | end) | 10 | end) |
| 11 | 11 | ||
| 12 | it("LuaRocks help with no flags/arguments", function() | 12 | it("LuaRocks help with no flags/arguments", function() |
| 13 | assert.is_true(run.luarocks_bool("help")) | 13 | assert.is_true(run.luarocks_bool(test_env.quiet("help"))) |
| 14 | end) | 14 | end) |
| 15 | 15 | ||
| 16 | it("LuaRocks help invalid argument", function() | 16 | it("LuaRocks help invalid argument", function() |
| @@ -18,10 +18,10 @@ describe("LuaRocks help tests #blackbox #b_help", function() | |||
| 18 | end) | 18 | end) |
| 19 | 19 | ||
| 20 | it("LuaRocks help config", function() | 20 | it("LuaRocks help config", function() |
| 21 | assert.is_true(run.luarocks_bool("help config")) | 21 | assert.is_true(run.luarocks_bool(test_env.quiet("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("help")) | 25 | assert.is_true(run.luarocks_admin_bool(test_env.quiet("help"))) |
| 26 | end) | 26 | end) |
| 27 | end) | 27 | end) |
