aboutsummaryrefslogtreecommitdiff
path: root/spec/list_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-07-22 17:12:15 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-07-22 17:12:15 -0300
commit9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a (patch)
tree6994145fb79bbfcf4c1f20f71913da13aee4d250 /spec/list_spec.lua
parentd4e82aae9f411d5d2cac10f7e043a0c3c6180eb1 (diff)
downloadluarocks-9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a.tar.gz
luarocks-9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a.tar.bz2
luarocks-9ddcd8df4af7f14abb60ec6512492ba20c8dbb4a.zip
tests: bump luacov to 0.15.0
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 a3580094..875d72a4 100644
--- a/spec/list_spec.lua
+++ b/spec/list_spec.lua
@@ -22,13 +22,13 @@ describe("luarocks list #integration", function()
22 22
23 it("--porcelain", function() 23 it("--porcelain", function()
24 local output = run.luarocks("list --porcelain") 24 local output = run.luarocks("list --porcelain")
25 assert.is.truthy(output:find("luacov\t0.13.0-1\tinstalled\t" .. testing_paths.testing_sys_rocks, 1, true)) 25 assert.is.truthy(output:find("luacov\t0.15.0-1\tinstalled\t" .. testing_paths.testing_sys_rocks, 1, true))
26 end) 26 end)
27 27
28 it("shows version number", function() 28 it("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.13.0-1", output, 1, true) 31 assert.matches("0.15.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()