File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
grace-plugin-scaffolding/src/main/groovy/org/grails/cli/generator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class ScaffoldGenerator extends AbstractGenerator {
107107 String controllerFile = ' app/controllers/' + defaultPackagePath + ' /' + className + ' Controller.groovy'
108108 String controllerSpecFile = ' src/test/groovy/' + defaultPackagePath + ' /' + className + ' ControllerSpec.groovy'
109109 String serviceFile = ' app/services/' + defaultPackagePath + ' /' + className + ' Service.groovy'
110- String serviceSpecFile = ' src/test/groovy/' + defaultPackagePath + ' /' + className + ' ServiceSpec.groovy'
110+ String serviceSpecFile = ' src/integration- test/groovy/' + defaultPackagePath + ' /' + className + ' ServiceSpec.groovy'
111111 String createGspFile = ' app/views/' + propertyName + ' /' + ' create.gsp'
112112 String editGspFile = ' app/views/' + propertyName + ' /' + ' edit.gsp'
113113 String indexGspFile = ' app/views/' + propertyName + ' /' + ' index.gsp'
You can’t perform that action at this time.
0 commit comments