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:<
yes there is
grails test-app -unit YourController.testSomething
where YourController is your controller and testSomething is the test method.
You should see something like
Tests PASSED - view reports in