aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-05-07 14:49:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-05-07 19:27:37 -0300
commitd9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e (patch)
tree8ca38d4ff6f33970a6254a41e64393d5c20323a1 /.busted
parent1dcdaa77c0a52ad02f49bc7fdde2fd7dee956ddf (diff)
downloadluarocks-d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e.tar.gz
luarocks-d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e.tar.bz2
luarocks-d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e.zip
Busted: do not run spec files inside fixture
Diffstat (limited to '.busted')
-rw-r--r--.busted1
1 files changed, 1 insertions, 0 deletions
diff --git a/.busted b/.busted
index a77c8dae..e77322d6 100644
--- a/.busted
+++ b/.busted
@@ -2,6 +2,7 @@ return {
2 default = { 2 default = {
3 output = "gtest", 3 output = "gtest",
4 verbose = true, 4 verbose = true,
5 ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
5 helper = "spec.util.test_env", 6 helper = "spec.util.test_env",
6 ["auto-insulate"] = false 7 ["auto-insulate"] = false
7 } 8 }