blob: 239342445614f7050acff1ba5a51d8e9f3c919c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
rockspec_format = "3.0"
package = "bad_pack"
version = "0.1-1"
source = {
url = "http://localhost:8080/file/busted_project-0.1.tar.gz",
dir = "invalid_dir",
}
description = {
summary = "A project that uses Busted tests",
}
build = {
type = "builtin",
modules = {
sum = "sum.lua",
}
}
test = {
type = "busted",
}
|