diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-13 12:46:22 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-13 12:46:22 -0300 |
commit | f1473f71235bb89555dea7041b536144d32bac8c (patch) | |
tree | 5c0b9215801ea1711c7919c1b42085d1b5687075 /spec/show_spec.lua | |
parent | 1eb598706f9000361f0059a303c3cf99be5a8ceb (diff) | |
parent | 9c853b1e7ec0f30e0e539fb56d7c81edbe5c8d7d (diff) | |
download | luarocks-f1473f71235bb89555dea7041b536144d32bac8c.tar.gz luarocks-f1473f71235bb89555dea7041b536144d32bac8c.tar.bz2 luarocks-f1473f71235bb89555dea7041b536144d32bac8c.zip |
Merge branch 'luarocks-3'
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() |