``` fun Dsl.someCommonFixture() { beforeEach { ...
# spek
a
Copy code
fun Dsl.someCommonFixture() {
   beforeEach { doCommon() }
}
metal 1