diff options
Diffstat (limited to 'spec/which_spec.lua')
-rw-r--r-- | spec/which_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/which_spec.lua b/spec/which_spec.lua index 4e9bdaf4..d6e07eb7 100644 --- a/spec/which_spec.lua +++ b/spec/which_spec.lua | |||
@@ -13,7 +13,7 @@ local extra_rocks = { | |||
13 | } | 13 | } |
14 | 14 | ||
15 | describe("luarocks which #integration", function() | 15 | describe("luarocks which #integration", function() |
16 | 16 | ||
17 | setup(function() | 17 | setup(function() |
18 | test_env.setup_specs(extra_rocks) | 18 | test_env.setup_specs(extra_rocks) |
19 | test_env.unload_luarocks() -- need to be required here, because hardcoded is created after first loading of specs | 19 | test_env.unload_luarocks() -- need to be required here, because hardcoded is created after first loading of specs |