dave08
12/06/2020, 2:55 PMcontext
as root in a ShouldSpec
when using beforeEach
? It seems like when I put the beforeEach
in the init
block along with two contexts
, it only gets run once...sam
12/07/2020, 7:24 PMdave08
12/07/2020, 7:46 PMshould
?sam
12/07/2020, 7:50 PMdave08
12/07/2020, 8:12 PMsam
12/08/2020, 7:05 PMdave08
12/09/2020, 2:47 PMoverride fun beforeXXX
or the lambda form beforeXXX {
straight in the init block... the former sometimes runs the afterXXX before the container surrounding the should block on instancePerLeaf and the latter seems to work fine...sam
12/09/2020, 2:48 PMdave08
12/09/2020, 4:21 PMreevn
02/13/2021, 4:37 PM