aboutsummaryrefslogtreecommitdiffstats
path: root/.busted
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-09-23 17:12:21 +0100
committerMatthew Wild <mwild1@gmail.com>2018-09-23 17:12:21 +0100
commit2bc4476e8df60dc42c1e228fdbd8b4a6a365fd14 (patch)
treed5dc1681e894c2c5f20bc2155ca9b19e8bca92d6 /.busted
parentfb667c18bf2d98e41e3c2ac9ea96f53a740d6829 (diff)
downloadprosody-2bc4476e8df60dc42c1e228fdbd8b4a6a365fd14.tar.gz
prosody-2bc4476e8df60dc42c1e228fdbd8b4a6a365fd14.zip
mod_bosh: Add tests (run with 'busted -r bosh')
Diffstat (limited to '.busted')
-rw-r--r--.busted10
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";
+ }
+}