How to disable auto-generated unit tests in Grails 2.3.x -


is there global setting disable auto-generation of unit tests in grails 2.3.x?

i created controller using create-controller com.foo.mycontroller, , grails auto-created com.foo.mycontrollerspec...while nice, want prevent occurring.

according this, create-* or generate-* action auto-generates unit tests, documentation fails mention how, if @ all, can disabled.

you can create class manually inside ide or editor. controller class pretty simple (just class ending convention “controller” in grails-app/controllers directory)


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -