midje

devth 2018-11-04T15:05:57.001400Z

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.