aboutsummaryrefslogtreecommitdiff
path: root/spec/pack_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/pack_spec.lua')
-rw-r--r--spec/pack_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua
index a0b302a3..0790c801 100644
--- a/spec/pack_spec.lua
+++ b/spec/pack_spec.lua
@@ -35,7 +35,7 @@ describe("luarocks pack #integration", function()
35 it("not installed rock", function() 35 it("not installed rock", function()
36 assert.is_false(run.luarocks_bool("pack cjson")) 36 assert.is_false(run.luarocks_bool("pack cjson"))
37 end) 37 end)
38 38
39 it("not installed rock from non existing manifest", function() 39 it("not installed rock from non existing manifest", function()
40 assert.is_false(run.luarocks_bool("pack /non/exist/temp.manif")) 40 assert.is_false(run.luarocks_bool("pack /non/exist/temp.manif"))
41 end) 41 end)
@@ -66,7 +66,7 @@ describe("luarocks pack #integration", function()
66 setup(function() 66 setup(function()
67 test_env.mock_server_init() 67 test_env.mock_server_init()
68 end) 68 end)
69 69
70 teardown(function() 70 teardown(function()
71 test_env.mock_server_done() 71 test_env.mock_server_done()
72 end) 72 end)
@@ -79,7 +79,7 @@ describe("luarocks pack #integration", function()
79 assert(run.luarocks_bool("pack a_rock-1.0-1.rockspec")) 79 assert(run.luarocks_bool("pack a_rock-1.0-1.rockspec"))
80 assert.is_truthy(lfs.attributes("a_rock-1.0-1.src.rock")) 80 assert.is_truthy(lfs.attributes("a_rock-1.0-1.src.rock"))
81 end) 81 end)
82 82
83 describe("namespaced dependencies", function() 83 describe("namespaced dependencies", function()
84 it("can pack rockspec with namespaced dependencies", function() 84 it("can pack rockspec with namespaced dependencies", function()
85 finally(function() 85 finally(function()