diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-02 16:18:51 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-03 10:44:51 -0300 |
commit | 1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74 (patch) | |
tree | f8c6c85191883077b1be62f542f99d256a5ba836 /spec/build_spec.lua | |
parent | 38c02b5e1e6c30733acc54736d1dc7369a0f3342 (diff) | |
download | luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.gz luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.tar.bz2 luarocks-1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74.zip |
update to luacov 0.13.1 + cluacov 0.1.1
Diffstat (limited to 'spec/build_spec.lua')
-rw-r--r-- | spec/build_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua index 4bf0d96c..2cfdeace 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua | |||
@@ -141,8 +141,8 @@ describe("LuaRocks build tests #integration", function() | |||
141 | 141 | ||
142 | describe("LuaRocks build - basic builds", function() | 142 | describe("LuaRocks build - basic builds", function() |
143 | it("LuaRocks build luacov diff version", function() | 143 | it("LuaRocks build luacov diff version", function() |
144 | assert.is_true(run.luarocks_bool("build luacov 0.11.0-1")) | 144 | assert.is_true(run.luarocks_bool("build luacov 0.13.0-1")) |
145 | assert.is.truthy(lfs.attributes(testing_paths.testing_sys_rocks .. "/luacov/0.11.0-1/luacov-0.11.0-1.rockspec")) | 145 | assert.is.truthy(lfs.attributes(testing_paths.testing_sys_rocks .. "/luacov/0.13.0-1/luacov-0.13.0-1.rockspec")) |
146 | end) | 146 | end) |
147 | 147 | ||
148 | it("LuaRocks build command stdlib", function() | 148 | it("LuaRocks build command stdlib", function() |