Ranie Jade Ramiso

Results 43 issues of Ranie Jade Ramiso

It was around five years ago when @hhariri reached out to me, to discuss the merge of Spek and [KSpec](https://github.com/raniejade/kspec). Both projects have similar goals (KSpec was born out of...

1. `spek2.execution.test.timeout` - replaces `SPEK2_TIMEOUT`. 2. `spek2.discovery.parallel.enabled` - controls whether discovery is done in parallel or not, by default it is sequential. 3. `spek2.execution.parallel.enabled` - controls whether execution is done...

is: improvement

Investigate: https://github.com/spekframework/spek/issues/939#issuecomment-745089542

status: triage

The current recommended approach is by using `listOf` and nested `listOf`s for multiple rows. ```kotlin listOf( listOf(1, 2, 3), listOf(1, 2, 3) ).forEach { data -> { ... } ```...

is: feature

With readthedocs we can version our docs.

is: chore

See #846.

is: improvement

Relates to #555. The current travis builds only runs on linux, we'd want to build for windows and osx as well.

is: chore

to align it with `CachingMode.SCOPE`.

is: improvement

Currently all the tests we have are integration tests

is: chore