aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/show_spec.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua
index b2cdc07e..b95ea818 100644
--- a/spec/show_spec.lua
+++ b/spec/show_spec.lua
@@ -49,6 +49,14 @@ describe("LuaRocks show tests #blackbox #b_show", function()
49 it("LuaRocks show rock directory of luacov", function() 49 it("LuaRocks show rock directory of luacov", function()
50 local output = run.luarocks("show --rock-dir luacov") 50 local output = run.luarocks("show --rock-dir luacov")
51 end) 51 end)
52
53 it("LuaRocks show issues URL of luacov", function()
54 local output = run.luarocks("show --issues luacov")
55 end)
56
57 it("LuaRocks show labels of luacov", function()
58 local output = run.luarocks("show --labels luacov")
59 end)
52 end) 60 end)
53 61
54 it("LuaRocks show old version of luacov", function() 62 it("LuaRocks show old version of luacov", function()