aboutsummaryrefslogtreecommitdiff
path: root/spec/unpack_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unpack_spec.lua')
-rw-r--r--spec/unpack_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/unpack_spec.lua b/spec/unpack_spec.lua
index fc02d853..1eb40f59 100644
--- a/spec/unpack_spec.lua
+++ b/spec/unpack_spec.lua
@@ -10,7 +10,7 @@ local extra_rocks = {
10 "/luazip-1.2.4-1.rockspec" 10 "/luazip-1.2.4-1.rockspec"
11} 11}
12 12
13describe("LuaRocks unpack tests #blackbox #b_unpack", function() 13describe("LuaRocks unpack tests #integration", function()
14 14
15 before_each(function() 15 before_each(function()
16 test_env.setup_specs(extra_rocks) 16 test_env.setup_specs(extra_rocks)
@@ -68,5 +68,3 @@ describe("LuaRocks unpack tests #blackbox #b_unpack", function()
68 end) 68 end)
69 end) 69 end)
70end) 70end)
71
72