diff options
Diffstat (limited to 'spec/show_spec.lua')
-rw-r--r-- | spec/show_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua index d572be9b..234a8a33 100644 --- a/spec/show_spec.lua +++ b/spec/show_spec.lua | |||
@@ -30,7 +30,7 @@ describe("LuaRocks show tests #blackbox #b_show", function() | |||
30 | 30 | ||
31 | it("LuaRocks show modules of luacov", function() | 31 | it("LuaRocks show modules of luacov", function() |
32 | local output = run.luarocks("show --modules luacov") | 32 | local output = run.luarocks("show --modules luacov") |
33 | assert.is.truthy(output:match("luacovluacov.defaultsluacov.reporterluacov.reporter.defaultluacov.runnerluacov.statsluacov.tick")) | 33 | assert.match("luacov.*luacov.defaults.*luacov.reporter.*luacov.reporter.default.*luacov.runner.*luacov.stats.*luacov.tick", output) |
34 | end) | 34 | end) |
35 | 35 | ||
36 | it("LuaRocks show dependencies of luacov", function() | 36 | it("LuaRocks show dependencies of luacov", function() |