Move spec/ to tests/, change default options
This commit is contained in:
parent
b0cadf63e4
commit
42c23c94d3
6
.busted
6
.busted
|
@ -1,10 +1,10 @@
|
||||||
return {
|
return {
|
||||||
_all = {
|
_all = {
|
||||||
|
shuffle = true,
|
||||||
|
verbose = true,
|
||||||
coverage = true,
|
coverage = true,
|
||||||
shuffle = true
|
|
||||||
},
|
},
|
||||||
default = {
|
default = {
|
||||||
root = {"tests/"},
|
ROOT = {"tests/"},
|
||||||
verbose = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue