Sergio Pro
08/22/2019, 5:50 AMclass Test : FreeSpec({
"GIVEN some precondition" - {
// something
"WHEN some action" - {
// something
"THEN assert" {
// something
}
}
}
})
I will only have the THEN
part in the report.