From 291c34696daa496d4ceb1e58b282fa935d90a3f5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 4 Jan 2018 19:05:31 -0200 Subject: Tests: add dependencies to mock-server tests --- spec/build_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/build_spec.lua b/spec/build_spec.lua index a665ad3b..459a7292 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua @@ -5,7 +5,7 @@ local testing_paths = test_env.testing_paths test_env.unload_luarocks() -local extra_rocks = { +local extra_rocks = test_env.mock_server_extra_rocks({ "/lmathx-20120430.51-1.src.rock", "/lmathx-20120430.51-1.rockspec", "/lmathx-20120430.52-1.src.rock", @@ -26,7 +26,7 @@ local extra_rocks = { "/lxsh-0.8.6-2.rockspec", "/stdlib-41.0.0-1.src.rock", "/validate-args-1.5.4-1.rockspec" -} +}) describe("LuaRocks build tests #blackbox #b_build", function() -- cgit v1.2.3-55-g6feb