diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-02 16:18:51 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-03 10:44:51 -0300 |
commit | 1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74 (patch) | |
tree | f8c6c85191883077b1be62f542f99d256a5ba836 /spec/show_spec.lua | |
parent | 38c02b5e1e6c30733acc54736d1dc7369a0f3342 (diff) | |
download | luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.gz luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.bz2 luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.zip |
update to luacov 0.13.1 + cluacov 0.1.1
Diffstat (limited to 'spec/show_spec.lua')
-rw-r--r-- | spec/show_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua index a721a692..a0987de0 100644 --- a/spec/show_spec.lua +++ b/spec/show_spec.lua | |||
@@ -48,12 +48,12 @@ describe("LuaRocks show #integration", function() | |||
48 | 48 | ||
49 | it("rockspec of luacov", function() | 49 | it("rockspec of luacov", function() |
50 | local output = run.luarocks("show --rockspec luacov") | 50 | local output = run.luarocks("show --rockspec luacov") |
51 | assert.is.truthy(output:match("luacov--0.11.0--1.rockspec")) | 51 | assert.is.truthy(output:match("luacov--0.13.0--1.rockspec")) |
52 | end) | 52 | end) |
53 | 53 | ||
54 | it("mversion of luacov", function() | 54 | it("mversion of luacov", function() |
55 | local output = run.luarocks("show --mversion luacov") | 55 | local output = run.luarocks("show --mversion luacov") |
56 | assert.is.truthy(output:match("0.11.0--1")) | 56 | assert.is.truthy(output:match("0.13.0--1")) |
57 | end) | 57 | end) |
58 | 58 | ||
59 | it("rock tree of luacov", function() | 59 | it("rock tree of luacov", function() |
@@ -74,8 +74,8 @@ describe("LuaRocks show #integration", function() | |||
74 | end) | 74 | end) |
75 | 75 | ||
76 | it("old version of luacov", function() | 76 | it("old version of luacov", function() |
77 | run.luarocks("install luacov 0.11.0") | 77 | run.luarocks("install luacov 0.13.0") |
78 | run.luarocks_bool("show luacov 0.11.0") | 78 | run.luarocks_bool("show luacov 0.13.0") |
79 | end) | 79 | end) |
80 | 80 | ||
81 | it("shows #build_dependencies", function() | 81 | it("shows #build_dependencies", function() |