diff options
Diffstat (limited to 'spec/unit/fetch_spec.lua')
-rw-r--r-- | spec/unit/fetch_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/fetch_spec.lua b/spec/unit/fetch_spec.lua index 38da379e..c58e2cea 100644 --- a/spec/unit/fetch_spec.lua +++ b/spec/unit/fetch_spec.lua | |||
@@ -1,6 +1,5 @@ | |||
1 | local test_env = require("spec.util.test_env") | 1 | local test_env = require("spec.util.test_env") |
2 | 2 | ||
3 | test_env.unload_luarocks() | ||
4 | test_env.setup_specs() | 3 | test_env.setup_specs() |
5 | local cfg = require("luarocks.core.cfg") | 4 | local cfg = require("luarocks.core.cfg") |
6 | local fetch = require("luarocks.fetch") | 5 | local fetch = require("luarocks.fetch") |