diff options
Diffstat (limited to 'spec')
-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 915129ae..b2cdc07e 100644 --- a/spec/show_spec.lua +++ b/spec/show_spec.lua | |||
@@ -34,7 +34,7 @@ describe("LuaRocks show tests #blackbox #b_show", function() | |||
34 | 34 | ||
35 | it("LuaRocks show rockspec of luacov", function() | 35 | it("LuaRocks show rockspec of luacov", function() |
36 | local output = run.luarocks("show --rockspec luacov") | 36 | local output = run.luarocks("show --rockspec luacov") |
37 | assert.is.truthy(output:match("luacov-0.11.0-1.rockspec")) | 37 | assert.is.truthy(output:match("luacov--0.11.0--1.rockspec")) |
38 | end) | 38 | end) |
39 | 39 | ||
40 | it("LuaRocks show mversion of luacov", function() | 40 | it("LuaRocks show mversion of luacov", function() |