aboutsummaryrefslogtreecommitdiff
path: root/spec/download_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-03-16 13:36:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-03-16 16:32:45 -0300
commit8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f (patch)
treef05d1a49995341a56e602ce2a3256b89372e9d04 /spec/download_spec.lua
parent2b56388e76952be52d849415b1ebae74b6dc4607 (diff)
downloadluarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.gz
luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.bz2
luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.zip
editorconfig: trim trailing whitespace
Diffstat (limited to 'spec/download_spec.lua')
-rw-r--r--spec/download_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/download_spec.lua b/spec/download_spec.lua
index 42f72008..823e154f 100644
--- a/spec/download_spec.lua
+++ b/spec/download_spec.lua
@@ -28,7 +28,7 @@ describe("luarocks download #integration", function()
28 assert.is.truthy(lfs.attributes("validate-args-1.5.4-1.rockspec")) 28 assert.is.truthy(lfs.attributes("validate-args-1.5.4-1.rockspec"))
29 test_env.remove_files(lfs.currentdir(), "validate--args--") 29 test_env.remove_files(lfs.currentdir(), "validate--args--")
30 end) 30 end)
31 31
32 it("rockspec version", function() 32 it("rockspec version", function()
33 assert.is_true(run.luarocks_bool("download --rockspec validate-args 1.5.4-1")) 33 assert.is_true(run.luarocks_bool("download --rockspec validate-args 1.5.4-1"))
34 assert.is.truthy(lfs.attributes("validate-args-1.5.4-1.rockspec")) 34 assert.is.truthy(lfs.attributes("validate-args-1.5.4-1.rockspec"))