aboutsummaryrefslogtreecommitdiff
path: root/spec/list_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2019-04-02 16:18:51 -0300
committerHisham Muhammad <hisham@gobolinux.org>2019-04-03 10:44:51 -0300
commit1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74 (patch)
treef8c6c85191883077b1be62f542f99d256a5ba836 /spec/list_spec.lua
parent38c02b5e1e6c30733acc54736d1dc7369a0f3342 (diff)
downloadluarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.gz
luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.bz2
luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.zip
update to luacov 0.13.1 + cluacov 0.1.1
Diffstat (limited to 'spec/list_spec.lua')
-rw-r--r--spec/list_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/list_spec.lua b/spec/list_spec.lua
index 9cf4f0a8..8e05c064 100644
--- a/spec/list_spec.lua
+++ b/spec/list_spec.lua
@@ -22,13 +22,13 @@ describe("LuaRocks list tests #integration", function()
22 22
23 it("LuaRocks list porcelain", function() 23 it("LuaRocks list porcelain", function()
24 local output = run.luarocks("list --porcelain") 24 local output = run.luarocks("list --porcelain")
25 assert.is.truthy(output:find("luacov\t0.11.0-1\tinstalled\t" .. testing_paths.testing_sys_rocks, 1, true)) 25 assert.is.truthy(output:find("luacov\t0.13.0-1\tinstalled\t" .. testing_paths.testing_sys_rocks, 1, true))
26 end) 26 end)
27 27
28 it("LuaRocks list shows version number", function() 28 it("LuaRocks list shows version number", function()
29 local output = run.luarocks("list") 29 local output = run.luarocks("list")
30 assert.is.truthy(output:find("luacov")) 30 assert.is.truthy(output:find("luacov"))
31 assert.matches("0.11.0-1", output, 1, true) 31 assert.matches("0.13.0-1", output, 1, true)
32 end) 32 end)
33 33
34 it("LuaRocks install outdated and list it", function() 34 it("LuaRocks install outdated and list it", function()