Tag Archives: groovy

Using the OSX Console.app to aid Grails Test Driven Development

With Groovy built-in, Grails is one of the best platforms running on the JVM for doing unit testing.
One limitation that it does have is that the current testing scripts seem to be oriented more towards creating test reports rather than giving the user the quick feedback that is helpful when doing Test Driven Development.
Here’s an [...]