does midje have any utilities that can run setup code once before all facts across all namespaces? use case is i want to migrate the db before test runs. with-state-changes seems to handle only running before/after a single test namespace.
with-state-changes