diff options
Diffstat (limited to 'spec/test_spec.lua')
-rw-r--r-- | spec/test_spec.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/test_spec.lua b/spec/test_spec.lua index 6d546522..bc5f047e 100644 --- a/spec/test_spec.lua +++ b/spec/test_spec.lua | |||
@@ -5,15 +5,15 @@ local testing_paths = test_env.testing_paths | |||
5 | local write_file = test_env.write_file | 5 | local write_file = test_env.write_file |
6 | 6 | ||
7 | local extra_rocks = { | 7 | local extra_rocks = { |
8 | "/busted-2.0.0-1.rockspec", | 8 | "/busted-2.2.0-1.src.rock", |
9 | "/lua_cliargs-3.0-1.src.rock", | 9 | "/lua_cliargs-3.0-1.src.rock", |
10 | "/luafilesystem-${LUAFILESYSTEM}.src.rock", | 10 | "/luafilesystem-${LUAFILESYSTEM}.src.rock", |
11 | "/luasystem-0.2.1-0.src.rock", | 11 | "/luasystem-0.2.1-0.src.rock", |
12 | "/dkjson-${DKJSON}.src.rock", | 12 | "/dkjson-${DKJSON}.src.rock", |
13 | "/say-1.3-1.rockspec", | 13 | "/say-1.4.1-3.src.rock", |
14 | "/luassert-1.8.0-0.rockspec", | 14 | "/luassert-1.9.0-1.src.rock", |
15 | "/lua-term-0.7-1.rockspec", | 15 | "/penlight-1.13.1-1.src.rock", |
16 | "/penlight-1.5.4-1.rockspec", | 16 | "/lua-term-0.8-1.rockspec", |
17 | "/mediator_lua-1.1.2-0.rockspec", | 17 | "/mediator_lua-1.1.2-0.rockspec", |
18 | } | 18 | } |
19 | 19 | ||