grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.79k stars 949 forks source link

GRAILS-10435: grails test-app functional:spock no longer works #5875

Closed graemerocher closed 9 years ago

graemerocher commented 11 years ago

Original Reporter: mrampson Environment: Not Specified Version: 2.3-RC2 Migrated From: http://jira.grails.org/browse/GRAILS-10435

You used to be able to include a dependency (:functional-spock:0.6) to use spock in functional tests. This appears to no longer work in 2.3. I know spock is included for unit and integrations tests by default. What about functional?

grails test-app functional:spock

graemerocher commented 11 years ago

graemerocher said: Functional test plugins need updating to use the new integrated GrailsSpecTestType, this will have to happen separately for each functional test plugin (like functional-spock)

graemerocher commented 11 years ago

shaneriddell said: The funky-spock plugin has been updated to support grails 2.3.

graemerocher commented 11 years ago

mrampson said: Thanks Shane. I put in a pull request to functional-spock but haven't gotten any response from SGO. I'll switch over to funky-spock.

graemerocher commented 11 years ago

graemerocher said: since the plugins need fixing, closing as won't fix in Grails. Please open JIRAs vs Geb/Functional Test/Cucumber etc.