summaryrefslogtreecommitdiff
path: root/spec/pack_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-02-14 09:53:12 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-02-14 09:53:12 -0300
commitbd27d052eaf856bf24c77f556a50b7e19f11cba1 (patch)
tree9812779fea52afea7dbbf15a21620d3c59102476 /spec/pack_spec.lua
parentab0d7b2a266ff7f322af93915472f5d80d4be9af (diff)
downloadluarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.gz
luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.bz2
luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.zip
tests: shorter descriptions
Diffstat (limited to 'spec/pack_spec.lua')
-rw-r--r--spec/pack_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua
index f0c128a3..a0b302a3 100644
--- a/spec/pack_spec.lua
+++ b/spec/pack_spec.lua
@@ -13,7 +13,7 @@ local extra_rocks = {
13 "/say-1.0-1.src.rock" 13 "/say-1.0-1.src.rock"
14} 14}
15 15
16describe("LuaRocks pack #integration", function() 16describe("luarocks pack #integration", function()
17 17
18 before_each(function() 18 before_each(function()
19 test_env.setup_specs(extra_rocks) 19 test_env.setup_specs(extra_rocks)