diff options
Diffstat (limited to 'spec/upload_spec.lua')
-rw-r--r-- | spec/upload_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/upload_spec.lua b/spec/upload_spec.lua index a54f21c5..abf2e43d 100644 --- a/spec/upload_spec.lua +++ b/spec/upload_spec.lua | |||
@@ -4,7 +4,7 @@ local testing_paths = test_env.testing_paths | |||
4 | 4 | ||
5 | test_env.unload_luarocks() | 5 | test_env.unload_luarocks() |
6 | 6 | ||
7 | describe("LuaRocks upload tests #blackbox #b_upload", function() | 7 | describe("LuaRocks upload tests #integration", function() |
8 | 8 | ||
9 | before_each(function() | 9 | before_each(function() |
10 | test_env.setup_specs() | 10 | test_env.setup_specs() |
@@ -44,4 +44,3 @@ describe("LuaRocks upload tests #blackbox #b_upload", function() | |||
44 | end) | 44 | end) |
45 | end) | 45 | end) |
46 | end) | 46 | end) |
47 | |||