From 412ada2cf8ca4792e8c36c181df2a948cecd892d Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 8 Sep 2016 14:55:07 -0300 Subject: Restore accidentally deleted line! --- spec/pack_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index aa84be8d..0c6dd8f2 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua @@ -45,6 +45,7 @@ describe("LuaRocks pack tests #blackbox #b_pack", function() assert.is_true(run.luarocks_bool("install say 1.2")) assert.is_true(run.luarocks_bool("install luassert")) assert.is_true(run.luarocks_bool("install say 1.0")) + assert.is_true(run.luarocks_bool("pack say")) assert.is_truthy(lfs.attributes("say-1.2-1.all.rock")) assert.is_true(test_env.remove_files(lfs.currentdir(), "say-")) end) -- cgit v1.2.3-55-g6feb