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/write_rockspec_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/write_rockspec_spec.lua')
-rw-r--r-- | spec/write_rockspec_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/write_rockspec_spec.lua b/spec/write_rockspec_spec.lua index cf0a642e..85e345d5 100644 --- a/spec/write_rockspec_spec.lua +++ b/spec/write_rockspec_spec.lua | |||
@@ -3,12 +3,11 @@ local lfs = require("lfs") | |||
3 | local run = test_env.run | 3 | local run = test_env.run |
4 | 4 | ||
5 | test_env.unload_luarocks() | 5 | test_env.unload_luarocks() |
6 | local write_rockspec = require("luarocks.write_rockspec") | ||
7 | 6 | ||
8 | describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function() | 7 | describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function() |
9 | 8 | ||
10 | before_each(function() | 9 | before_each(function() |
11 | test_env.setup_specs(extra_rocks) | 10 | test_env.setup_specs() |
12 | end) | 11 | end) |
13 | 12 | ||
14 | describe("LuaRocks write_rockspec basic tests", function() | 13 | describe("LuaRocks write_rockspec basic tests", function() |