aboutsummaryrefslogtreecommitdiff
path: root/spec/show_spec.lua
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-30 23:32:30 -0200
committerHisham <hisham@gobolinux.org>2016-10-30 23:32:30 -0200
commit27be765c4a846c0d4e970e154b29cbab1a833738 (patch)
tree1436b7eed4dc61a8b9df0cfed512b477d9a8f8ac /spec/show_spec.lua
parentba1ba4be6e0ecc6936c49fae38c71e22250ceb65 (diff)
parentf8bd89d27323403dd9de9772a7974b439b37b29d (diff)
downloadluarocks-27be765c4a846c0d4e970e154b29cbab1a833738.tar.gz
luarocks-27be765c4a846c0d4e970e154b29cbab1a833738.tar.bz2
luarocks-27be765c4a846c0d4e970e154b29cbab1a833738.zip
Merge branch 'new-cmd-dir'
Diffstat (limited to 'spec/show_spec.lua')
-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 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()