jamesfredley commented on issue #552: URL: https://github.com/apache/grails-forge/issues/552#issuecomment-2794049644
This is confirmed for 7.0.0-SNAPSHOT and is the same all the way back to 6.0.0. create-controller does not check grails-cli.yml and uses a rocker template which always generates a spock test. https://github.com/apache/grails-forge/blob/a68ec70d574707b5a06ddf276d272db11fadf22d/grails-cli/src/main/java/org/grails/forge/cli/command/CreateControllerCommand.java#L65 https://github.com/apache/grails-forge/blob/a68ec70d574707b5a06ddf276d272db11fadf22d/grails-cli/src/main/java/org/grails/forge/cli/command/templates/controllerSpec.rocker.raw#L1-L25 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
