aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/busted_project-0.1-1.rockspec
blob: 54ed28a5044c293f0e47b9d644ececeb56edc606 (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 = "busted_project"
version = "0.1-1"
source = {
   url = "http://localhost:8080/file/busted_project-0.1.tar.gz",
   dir = "busted_project",
}
description = {
   summary = "A project that uses Busted tests",
}
build = {
   type = "builtin",
   modules = {
      sum = "sum.lua",
   }
}
test = {
   type = "busted",
}