I'm trying to use the grails spock plugin with 1.3.7. I can run tests from the terminal via grails test-app :spock
, but when I try to run ControllerSpec tests from within Intelli-J, I get unable to attach test reporter to test framework or test framework quit unexpectedly
.
Has anyone run grails spock test successfully through Intelli-J?