From 823ff4025953375aecb550b6fffefaf2415ca3c6 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 23 Sep 2018 17:12:21 +0100 Subject: mod_bosh: Add tests (run with 'busted -r bosh') --- .busted | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .busted (limited to '.busted') 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"; + } +} -- cgit v1.2.3