diff options
Diffstat (limited to 'test/testfiles/a_rock-1.0-1.rockspec')
-rw-r--r-- | test/testfiles/a_rock-1.0-1.rockspec | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/testfiles/a_rock-1.0-1.rockspec b/test/testfiles/a_rock-1.0-1.rockspec deleted file mode 100644 index 9f15e87a..00000000 --- a/test/testfiles/a_rock-1.0-1.rockspec +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | package = "a_rock" | ||
2 | version = "1.0-1" | ||
3 | source = { | ||
4 | url = "http://localhost:8080/file/a_rock.lua" | ||
5 | } | ||
6 | description = { | ||
7 | summary = "An example rockspec", | ||
8 | } | ||
9 | dependencies = { | ||
10 | "lua >= 5.1" | ||
11 | } | ||
12 | build = { | ||
13 | type = "builtin", | ||
14 | modules = { | ||
15 | build = "a_rock.lua" | ||
16 | }, | ||
17 | } | ||