diff options
| author | Peter Melnichenko <mpeterval@gmail.com> | 2016-07-08 12:44:16 +0300 |
|---|---|---|
| committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-07-08 12:45:26 +0300 |
| commit | fc7d6f7f6542c5eeef8d92ed717132caa45901c8 (patch) | |
| tree | ea2a4c4cb4f00b663ea083844d4fe51c7c1cc7f5 /spec/new_version_spec.lua | |
| parent | 88f6aaeb40958c10a3c7a6fb4d0d699481f2a7be (diff) | |
| download | luarocks-fc7d6f7f6542c5eeef8d92ed717132caa45901c8.tar.gz luarocks-fc7d6f7f6542c5eeef8d92ed717132caa45901c8.tar.bz2 luarocks-fc7d6f7f6542c5eeef8d92ed717132caa45901c8.zip | |
Remove all the unused imports in test suite
Diffstat (limited to 'spec/new_version_spec.lua')
| -rw-r--r-- | spec/new_version_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/new_version_spec.lua b/spec/new_version_spec.lua index 57014226..685d31b4 100644 --- a/spec/new_version_spec.lua +++ b/spec/new_version_spec.lua | |||
| @@ -2,7 +2,6 @@ local test_env = require("test/test_environment") | |||
| 2 | local lfs = require("lfs") | 2 | local lfs = require("lfs") |
| 3 | 3 | ||
| 4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
| 5 | local new_version = require("luarocks.new_version") | ||
| 6 | 5 | ||
| 7 | local extra_rocks = { | 6 | local extra_rocks = { |
| 8 | "/abelhas-1.0-1.rockspec" | 7 | "/abelhas-1.0-1.rockspec" |
| @@ -50,4 +49,4 @@ expose("LuaRocks new_version tests #blackbox #b_new_version", function() | |||
| 50 | test_env.remove_files(lfs.currentdir(), "luacov--") | 49 | test_env.remove_files(lfs.currentdir(), "luacov--") |
| 51 | end) | 50 | end) |
| 52 | end) | 51 | end) |
| 53 | end) \ No newline at end of file | 52 | end) |
