diff options
Diffstat (limited to 'spec/upload_spec.lua')
-rw-r--r-- | spec/upload_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/upload_spec.lua b/spec/upload_spec.lua index ce998987..c10ef0e9 100644 --- a/spec/upload_spec.lua +++ b/spec/upload_spec.lua | |||
@@ -1,4 +1,5 @@ | |||
1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
2 | local run = test_env.run | ||
2 | 3 | ||
3 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
4 | 5 | ||
@@ -10,7 +11,6 @@ describe("LuaRocks upload tests #blackbox #b_upload", function() | |||
10 | 11 | ||
11 | before_each(function() | 12 | before_each(function() |
12 | test_env.setup_specs(extra_rocks) | 13 | test_env.setup_specs(extra_rocks) |
13 | run = test_env.run | ||
14 | end) | 14 | end) |
15 | 15 | ||
16 | it("LuaRocks upload with no flags/arguments", function() | 16 | it("LuaRocks upload with no flags/arguments", function() |