aboutsummaryrefslogtreecommitdiff
path: root/spec/persist_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/persist_spec.lua
parentab0d7b2a266ff7f322af93915472f5d80d4be9af (diff)
downloadluarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.gz
luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.bz2
luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.zip
tests: shorter descriptions
Diffstat (limited to 'spec/persist_spec.lua')
-rw-r--r--spec/persist_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/persist_spec.lua b/spec/persist_spec.lua
index 734b2a4e..722331b8 100644
--- a/spec/persist_spec.lua
+++ b/spec/persist_spec.lua
@@ -4,7 +4,7 @@ local testing_paths = test_env.testing_paths
4test_env.unload_luarocks() 4test_env.unload_luarocks()
5local persist = require("luarocks.persist") 5local persist = require("luarocks.persist")
6 6
7describe("Luarocks persist test #unit", function() 7describe("luarocks.persist #unit", function()
8 local runner 8 local runner
9 9
10 setup(function() 10 setup(function()