I\'ve been running my Grails unit tests by typing grails test-app :unit, which runs all unit tests. Is there a way to specify a single test?
grails test-app :unit
Edit:<
grails test-app -unit com.package.YourController.testSomething
you need to include the package name when you run the test