diff options
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"; + } +} |