diff options
-rw-r--r-- | spec/build_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
5 | 5 | ||
6 | test_env.unload_luarocks() | 6 | test_env.unload_luarocks() |
7 | 7 | ||
8 | local extra_rocks = { | 8 | local extra_rocks = test_env.mock_server_extra_rocks({ |
9 | "/lmathx-20120430.51-1.src.rock", | 9 | "/lmathx-20120430.51-1.src.rock", |
10 | "/lmathx-20120430.51-1.rockspec", | 10 | "/lmathx-20120430.51-1.rockspec", |
11 | "/lmathx-20120430.52-1.src.rock", | 11 | "/lmathx-20120430.52-1.src.rock", |
@@ -26,7 +26,7 @@ local extra_rocks = { | |||
26 | "/lxsh-0.8.6-2.rockspec", | 26 | "/lxsh-0.8.6-2.rockspec", |
27 | "/stdlib-41.0.0-1.src.rock", | 27 | "/stdlib-41.0.0-1.src.rock", |
28 | "/validate-args-1.5.4-1.rockspec" | 28 | "/validate-args-1.5.4-1.rockspec" |
29 | } | 29 | }) |
30 | 30 | ||
31 | describe("LuaRocks build tests #blackbox #b_build", function() | 31 | describe("LuaRocks build tests #blackbox #b_build", function() |
32 | 32 | ||