jeffscottbrown opened a new issue, #14856: URL: https://github.com/apache/grails-core/issues/14856
### Issue description If I use [start.grails.org](https://start.grails.org/) to create a 7.0.0-SNAPSHOT application configured with JUnit, inside that app when I run a command like `grails create-controller Demo`, the command will generate a Spock specification (not a JUnit test) and when a command like `./gradlew check` is run the test will not be run. The generated app does include `testFramework: junit` in `grails-cli.yml`. I believe the same thing happens with Grails 6.2.3. -- 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]
