diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-23 17:12:21 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-23 17:12:21 +0100 |
commit | 823ff4025953375aecb550b6fffefaf2415ca3c6 (patch) | |
tree | d5dc1681e894c2c5f20bc2155ca9b19e8bca92d6 /.busted | |
parent | 13d98c70809be43df92fa9d8b19ed7a8683763dc (diff) | |
download | prosody-823ff4025953375aecb550b6fffefaf2415ca3c6.tar.gz prosody-823ff4025953375aecb550b6fffefaf2415ca3c6.zip |
mod_bosh: Add tests (run with 'busted -r bosh')
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.busted b/.busted new file mode 100644 index 00000000..8e444f9c --- /dev/null +++ b/.busted @@ -0,0 +1,10 @@ +return { + _all = { + }, + default = { + ["exclude-tags"] = "mod_bosh"; + }, + bosh = { + tags = "mod_bosh"; + } +} |