aboutsummaryrefslogtreecommitdiff
path: root/spec/new_version_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-05-28 19:12:08 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-05-28 20:15:26 -0300
commit27ae57f6140cb8c136c74c38d415afdcadb58ddd (patch)
tree6047ddc183a9c40960b1bd650c58409662680d8b /spec/new_version_spec.lua
parent5b496c39e051f0ed77c1969580a91e733ec3f6a8 (diff)
downloadluarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.tar.gz
luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.tar.bz2
luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.zip
Tests: cache build of mock server dependencies to speed up tests
Diffstat (limited to 'spec/new_version_spec.lua')
-rw-r--r--spec/new_version_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/new_version_spec.lua b/spec/new_version_spec.lua
index 3d9d5cab..f3bb007e 100644
--- a/spec/new_version_spec.lua
+++ b/spec/new_version_spec.lua
@@ -5,10 +5,10 @@ local testing_paths = test_env.testing_paths
5 5
6test_env.unload_luarocks() 6test_env.unload_luarocks()
7 7
8local extra_rocks = test_env.mock_server_extra_rocks({ 8local extra_rocks = {
9 "/abelhas-1.1-1.rockspec", 9 "/abelhas-1.1-1.rockspec",
10 "/lpeg-0.12-1.rockspec" 10 "/lpeg-0.12-1.rockspec"
11}) 11}
12 12
13describe("LuaRocks new_version tests #blackbox #b_new_version", function() 13describe("LuaRocks new_version tests #blackbox #b_new_version", function()
14 14