diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-07-08 14:41:15 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-07-08 14:43:24 +0300 |
commit | ab86e13d0a408691b48786c394404736b7ac8dc0 (patch) | |
tree | ddbb2d397c302cda6dbd7dd5d8a8b4b6d275e3cc /spec/path_spec.lua | |
parent | 8867f3324d97584ed24f3a1082144e9b1375d663 (diff) | |
download | luarocks-ab86e13d0a408691b48786c394404736b7ac8dc0.tar.gz luarocks-ab86e13d0a408691b48786c394404736b7ac8dc0.tar.bz2 luarocks-ab86e13d0a408691b48786c394404736b7ac8dc0.zip |
Remove some more unused stuff and globals from tests
Diffstat (limited to 'spec/path_spec.lua')
-rw-r--r-- | spec/path_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/path_spec.lua b/spec/path_spec.lua index fcdb36cf..22f07591 100644 --- a/spec/path_spec.lua +++ b/spec/path_spec.lua | |||
@@ -5,7 +5,7 @@ test_env.unload_luarocks() | |||
5 | 5 | ||
6 | describe("LuaRocks path tests #blackbox #b_path", function() | 6 | describe("LuaRocks path tests #blackbox #b_path", function() |
7 | before_each(function() | 7 | before_each(function() |
8 | test_env.setup_specs(extra_rocks) | 8 | test_env.setup_specs() |
9 | end) | 9 | end) |
10 | 10 | ||
11 | it("LuaRocks path bin", function() | 11 | it("LuaRocks path bin", function() |