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 {
|
||||
_all = {
|
||||
shuffle = true,
|
||||
verbose = true,
|
||||
coverage = true,
|
||||
shuffle = true
|
||||
},
|
||||
default = {
|
||||
root = {"tests/"},
|
||||
verbose = true
|
||||
ROOT = {"tests/"},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue