aboutsummaryrefslogtreecommitdiffstats
path: root/.busted
blob: 8e444f9c5510e51c7a95764c7271c92bf828a359 (plain)
1
2
3
4
5
6
7
8
9
10
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh";
  },
  bosh = {
    tags = "mod_bosh";
  }
}