diff options
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.busted b/.busted new file mode 100644 index 00000000..f5f9472e --- /dev/null +++ b/.busted @@ -0,0 +1,13 @@ +return { + _all = { + }, + default = { + ["exclude-tags"] = "mod_bosh,storage"; + }; + bosh = { + tags = "mod_bosh"; + }; + storage = { + tags = "storage"; + }; +} |