From bd27d052eaf856bf24c77f556a50b7e19f11cba1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 14 Feb 2020 09:53:12 -0300 Subject: tests: shorter descriptions --- spec/fetch_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/fetch_spec.lua') diff --git a/spec/fetch_spec.lua b/spec/fetch_spec.lua index cca4fbc7..6e23a8f2 100644 --- a/spec/fetch_spec.lua +++ b/spec/fetch_spec.lua @@ -13,7 +13,7 @@ local get_tmp_path = test_env.get_tmp_path local testing_paths = test_env.testing_paths local write_file = test_env.write_file -describe("Luarocks fetch test #unit #mock", function() +describe("luarocks fetch #unit #mock", function() local are_same_files = function(file1, file2) return file1 == file2 or lfs.attributes(file1).ino == lfs.attributes(file2).ino end -- cgit v1.2.3-55-g6feb