blob: e77322d6b7421229997820e735142ceae250936e (
plain)
1
2
3
4
5
6
7
8
9
|
return {
default = {
output = "gtest",
verbose = true,
["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
helper = "spec.util.test_env",
["auto-insulate"] = false
}
}
|