diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-14 17:12:18 -0700 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-14 17:12:18 -0700 |
commit | 1799cf40199bc27658fe28b3e6d35744162a65da (patch) | |
tree | 4accfc6db7afb4967ad7b68b55d6986f185b5f81 /spec | |
parent | cf94893bbd540d2ed62642ecf0938b7954ef13c6 (diff) | |
download | luarocks-1799cf40199bc27658fe28b3e6d35744162a65da.tar.gz luarocks-1799cf40199bc27658fe28b3e6d35744162a65da.tar.bz2 luarocks-1799cf40199bc27658fe28b3e6d35744162a65da.zip |
Add tests for new flags
Diffstat (limited to 'spec')
-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 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() |