Hello!

I'm wondering if there's any way to run a single grails unit test (1 method in a test class). In a normal java project I can right click on a test method or select a single test method from the junit view and run/re-run the test. It seems like the only option for running grails tests is to run-as | test-app

Thanks!