diff options
Diffstat (limited to 'spec/unit/fun_spec.lua')
-rw-r--r-- | spec/unit/fun_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/fun_spec.lua b/spec/unit/fun_spec.lua index 9844ec27..c2b3e864 100644 --- a/spec/unit/fun_spec.lua +++ b/spec/unit/fun_spec.lua | |||
@@ -1,7 +1,6 @@ | |||
1 | local test_env = require("spec.util.test_env") | 1 | local test_env = require("spec.util.test_env") |
2 | local testing_paths = test_env.testing_paths | 2 | local testing_paths = test_env.testing_paths |
3 | 3 | ||
4 | test_env.unload_luarocks() | ||
5 | local fun = require("luarocks.fun") | 4 | local fun = require("luarocks.fun") |
6 | 5 | ||
7 | describe("luarocks.fun #unit", function() | 6 | describe("luarocks.fun #unit", function() |