I've come to appreciate the power of the Spock testing framework and use it for my unit tests. I also enjoy the convenience of the Spring testing framework for my integration tests. Is it possible to combine the two? I briefly tried it but failed miserably. Apparently, both want to control JUnit. Is there a way to make the two frameworks play nice or am I just wasting my time?

Thanks,
Ron