Skip to content

Grails plugin to add spock test type to functional test phase, requiring only test dependency.

License

Notifications You must be signed in to change notification settings

sriddell/grails-funky-spock

Repository files navigation

#grails-funky-spock

Grails plugin to add spock test type to functional test phase.

##Installation

For grails-2 add the following line to the plugins section of your BuildConfig.groovy

test ":funky-spock:0.2.2"

For versions of grails earlier than 2.3, also follow the Spock Plugin instructions to install it and its dependencies.

For example, if using Grails 2.2:

dependencies {
  test "org.spockframework:spock-grails-support:0.7-groovy-2.0"
}

plugins {
  test(":spock:0.7") {
    exclude "spock-grails-support"
}

test ":funky-spock:0.2.2"

##Running tests

grails test-app functional:spock

About

Grails plugin to add spock test type to functional test phase, requiring only test dependency.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages