I’ve got two Spock Framework classes which should starts different Spring application contexts. Why I run them from Intellij IDEA it works without problems. When I run them by ‘gradle test’ it looks like only one application context is started and used by both classes.
How does spock starts Spring application contexts? One per month / one per class / one for all tests?
