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
Post a Comment