Grails

Cool Spock Ignore/IgnoreRest annotations

While writing a test case, we are generally interested in executing only the one we are working on. With JUnit test case in grails we could say "grails test-app <ClassName>.<currentTestCase>".  However it doesn't work with spock specification's. Spock framework provides multiple cool annotations,  following two annotations...

by Amit Jain
Tag: ignore
31-Aug-2012