.busted
author Matthew Wild <mwild1@gmail.com>
Sun, 23 Sep 2018 17:12:21 +0100
changeset 9377 a1a39d395260
child 9455 9d892b2415bf
permissions -rw-r--r--
mod_bosh: Add tests (run with 'busted -r bosh')

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh";
  },
  bosh = {
    tags = "mod_bosh";
  }
}