hi all guys. i need some help with `Spek` and `kot...
# spek
d
hi all guys. i need some help with
Spek
and
kotlin
i have unit test with
Copy code
@Rule
    val folder = TemporaryFolder()
but inside my spek test i cannot have access to it( if i put it inside
companion object
, it cannot be initialzed correctly