I need to execute block of code once upon startup on the Spock tests. I cannot use @Autowired in setupSpec() which is default method for s
Spock
@Autowired
setupSpec()