dmcg
rootContext<Fixture> { context("happy paths") { given { Fixture(happy things) } .. tests } context("errors") { given { Fixture(sad things) } .. tests } }