Peter
06/05/2020, 5:23 PM@DirtiesContext
- i’m annotating my integration tests with @ContextConfiguration(initializers =
pointing to an initializer to initialize my beans declared with the kotlin functional bean DSL but by the time the second Spec executes, it just references the cached context and doesn’t recreate the ApplicationContext
(which sets up test containers and connection pools etc)