From 1799cf40199bc27658fe28b3e6d35744162a65da Mon Sep 17 00:00:00 2001 From: Hisham Date: Fri, 14 Oct 2016 17:12:18 -0700 Subject: Add tests for new flags --- spec/show_spec.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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() it("LuaRocks show rock directory of luacov", function() local output = run.luarocks("show --rock-dir luacov") end) + + it("LuaRocks show issues URL of luacov", function() + local output = run.luarocks("show --issues luacov") + end) + + it("LuaRocks show labels of luacov", function() + local output = run.luarocks("show --labels luacov") + end) end) it("LuaRocks show old version of luacov", function() -- cgit v1.2.3-55-g6feb