simon.vergauwen
09/27/2016, 2:38 PMdescribe
and add a section in the documentation or on the first page. For the people coming from RSpec, Jasmine, Cedar or Mocha you can easily adapt Spek to the syntax your used to.
inline fun Dsl.describe(description: String, crossinline body: Dsl.() -> Unit) = group("describe $description", body = body)