Details
Description
the command griffon create-fest-spec creates a spock test class that extends the class FestSpec.If this test class then contains a closure definition the test will error with an IllegalAccessError.
This can apparently be resolved by extending FestSwingTestCase rather than FestSpec. If this is indeed the case then the template used for create-fest-spec should be updated to extend FestSwingTestCase
This appears to be a similar issue to Griffon-435
Cannot reproduce with Griffon 0.9.5, Fest 0.8 and Spock 0.5.1.
Sample spec: