mod_bosh: Add tests (run with 'busted -r bosh')

This commit is contained in:
Matthew Wild 2018-09-23 17:12:21 +01:00
parent 13d98c7080
commit 823ff40259
2 changed files with 684 additions and 0 deletions

10
.busted Normal file
View file

@ -0,0 +1,10 @@
return {
_all = {
},
default = {
["exclude-tags"] = "mod_bosh";
},
bosh = {
tags = "mod_bosh";
}
}