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 | 2bc4476e8df60dc42c1e228fdbd8b4a6a365fd14 (patch) | |
tree | d5dc1681e894c2c5f20bc2155ca9b19e8bca92d6 /.busted | |
parent | fb667c18bf2d98e41e3c2ac9ea96f53a740d6829 (diff) | |
download | prosody-2bc4476e8df60dc42c1e228fdbd8b4a6a365fd14.tar.gz prosody-2bc4476e8df60dc42c1e228fdbd8b4a6a365fd14.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"; + } +} |