aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
Diffstat (limited to '.busted')
-rw-r--r--.busted7
1 files changed, 7 insertions, 0 deletions
diff --git a/.busted b/.busted
new file mode 100644
index 0000000..9a81402
--- /dev/null
+++ b/.busted
@@ -0,0 +1,7 @@
+return {
+ default = {
+ verbose = true,
+ coverage = false,
+ ROOT = {"tests"},
+ }
+}