aboutsummaryrefslogtreecommitdiff
path: root/spec/upload_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/upload_spec.lua')
-rw-r--r--spec/upload_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/upload_spec.lua b/spec/upload_spec.lua
index 3adfa2dd..a54f21c5 100644
--- a/spec/upload_spec.lua
+++ b/spec/upload_spec.lua
@@ -4,12 +4,10 @@ local testing_paths = test_env.testing_paths
4 4
5test_env.unload_luarocks() 5test_env.unload_luarocks()
6 6
7local extra_rocks = test_env.mock_server_extra_rocks()
8
9describe("LuaRocks upload tests #blackbox #b_upload", function() 7describe("LuaRocks upload tests #blackbox #b_upload", function()
10 8
11 before_each(function() 9 before_each(function()
12 test_env.setup_specs(extra_rocks) 10 test_env.setup_specs()
13 end) 11 end)
14 12
15 it("LuaRocks upload with no flags/arguments", function() 13 it("LuaRocks upload with no flags/arguments", function()