summaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
Diffstat (limited to '.busted')
-rw-r--r--.busted9
1 files changed, 9 insertions, 0 deletions
diff --git a/.busted b/.busted
new file mode 100644
index 0000000..a8d40be
--- /dev/null
+++ b/.busted
@@ -0,0 +1,9 @@
+return {
+ default = {
+ output = "htest",
+ verbose = true,
+ ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
+ helper = "spec.util.test_env",
+ ["auto-insulate"] = false
+ }
+}