Eric
expect { expectThat(foo) { // ... } expectThat(bar) { // ... } }
christophsturm
expect { that(foo)… that(bar).. }