<@U0RNPHX0X> I might update to spek2 and require t...
# spek
r
@raniejade I might update to spek2 and require the
include
from 1.x, can you give me a pointer how I should implement it in 2.x and would you be interested in a pull request?
r
Probably something like this (have not tested it):
Copy code
fun Root.include(spek: Spek) {
    spek.root(this)
}
PRs welcome, not totally against the idea of
include
.