Spock Functional Plugin - spockframework.org
Dependency :
compile ":functional-spock:0.6"Custom repositories :
mavenRepo "http://grails.org/plugins"
Summary
Write Grails functional tests with Spock
Installation
For grails-2 add the following line to the plugins section of your BuildConfig.groovyFor grails-1.3 add the following line to the plugins section of your BuildConfig.groovyAnd to your dependencies section:
compile ':functional-spock:0.6'
compile ':functional-spock:0.6', {
excludes "spock-grails-support"
}provided 'org.spockframework:spock-grails-support:0.5-groovy-1.7', {
exclude 'groovy-all'
}Description
Allows you to write and run Spock specs under the functional test scope. For details on how to write Spock specs see the documentation for the spock plugin.
Sources can be found on github