aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
Diffstat (limited to '.busted')
-rw-r--r--.busted2
1 files changed, 1 insertions, 1 deletions
diff --git a/.busted b/.busted
index e77322d6..a8d40bef 100644
--- a/.busted
+++ b/.busted
@@ -1,6 +1,6 @@
1return { 1return {
2 default = { 2 default = {
3 output = "gtest", 3 output = "htest",
4 verbose = true, 4 verbose = true,
5 ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture 5 ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
6 helper = "spec.util.test_env", 6 helper = "spec.util.test_env",