aboutsummaryrefslogtreecommitdiffstats
path: root/.busted
diff options
context:
space:
mode:
Diffstat (limited to '.busted')
-rw-r--r--.busted9
1 files changed, 6 insertions, 3 deletions
diff --git a/.busted b/.busted
index 8e444f9c..f5f9472e 100644
--- a/.busted
+++ b/.busted
@@ -2,9 +2,12 @@ return {
_all = {
},
default = {
- ["exclude-tags"] = "mod_bosh";
- },
+ ["exclude-tags"] = "mod_bosh,storage";
+ };
bosh = {
tags = "mod_bosh";
- }
+ };
+ storage = {
+ tags = "storage";
+ };
}