File

.busted @ 10715:ad86b93093a3

spec: Include a hacky moduleapi stub to allow test to proceed
author Kim Alvefur <zash@zash.se>
date Sat, 11 Apr 2020 17:59:39 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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