class TestingGrailsPlugin { def version = "0.5" def author = "Peter Ledbrook" def authorEmail = "peter@cacoethes.co.uk" def title = "Unit testing plugin" def description = '''\ Enhances Grails' support for unit testing, providing support classes to help test and mock domain classes, controllers, etc. ''' // URL to the plugin's documentation def documentation = "http://grails.org/Testing+Plugin" }