Is there a Spek equivalent of KotlinTest's "eventu...
# spek
s
Is there a Spek equivalent of KotlinTest's "eventually" method? https://github.com/kotlintest/kotlintest/blob/master/doc/nondeterministic.md
r
Nope, but you should be able to just implement it yourself.