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
commit823ff4025953375aecb550b6fffefaf2415ca3c6 (patch)
treed5dc1681e894c2c5f20bc2155ca9b19e8bca92d6 /.busted
parent13d98c70809be43df92fa9d8b19ed7a8683763dc (diff)
downloadprosody-823ff4025953375aecb550b6fffefaf2415ca3c6.tar.gz
prosody-823ff4025953375aecb550b6fffefaf2415ca3c6.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";
+ }
+}