Issue description
Tests inherited from super classes cannot be selected/filtered with Spock 2 (m3), where they could be with Spock 1.
How to reproduce
spock-2-superclass-filter-bug.zip
Attached is a complete Groovy project, that can use Spock1 or 2.
Works:
./gradlew test --tests *ChildSpec.parent -Pspock1
Fails (uses Spock2):
./gradlew test --tests *ChildSpec.parent
Issue description
Tests inherited from super classes cannot be selected/filtered with Spock 2 (m3), where they could be with Spock 1.
How to reproduce
spock-2-superclass-filter-bug.zip
Attached is a complete Groovy project, that can use Spock1 or 2.
Works:
Fails (uses Spock2):