aboutsummaryrefslogtreecommitdiff
path: root/spec/download_spec.lua
diff options
context:
space:
mode:
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 152470a5..39f5b056 100644
--- a/spec/download_spec.lua
+++ b/spec/download_spec.lua
@@ -9,7 +9,7 @@ local extra_rocks = {
9 "/validate-args-1.5.4-1.rockspec" 9 "/validate-args-1.5.4-1.rockspec"
10} 10}
11 11
12describe("LuaRocks download tests #blackbox #b_download", function() 12describe("LuaRocks download tests #integration", function()
13 13
14 before_each(function() 14 before_each(function()
15 test_env.setup_specs(extra_rocks) 15 test_env.setup_specs(extra_rocks)