aboutsummaryrefslogtreecommitdiff
path: root/spec/list_spec.lua
diff options
context:
space:
mode:
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()