diff options
Diffstat (limited to 'spec/show_spec.lua')
-rw-r--r-- | spec/show_spec.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua index d07fdc31..0b046de0 100644 --- a/spec/show_spec.lua +++ b/spec/show_spec.lua | |||
@@ -54,6 +54,14 @@ describe("LuaRocks show tests #blackbox #b_show", function() | |||
54 | it("LuaRocks show rock directory of luacov", function() | 54 | it("LuaRocks show rock directory of luacov", function() |
55 | local output = run.luarocks("show --rock-dir luacov") | 55 | local output = run.luarocks("show --rock-dir luacov") |
56 | end) | 56 | end) |
57 | |||
58 | it("LuaRocks show issues URL of luacov", function() | ||
59 | local output = run.luarocks("show --issues luacov") | ||
60 | end) | ||
61 | |||
62 | it("LuaRocks show labels of luacov", function() | ||
63 | local output = run.luarocks("show --labels luacov") | ||
64 | end) | ||
57 | end) | 65 | end) |
58 | 66 | ||
59 | it("LuaRocks show old version of luacov", function() | 67 | it("LuaRocks show old version of luacov", function() |