hiptest/hiptest-publisher

View on GitHub
lib/config/groovy-spock.conf

Summary

Maintainability
Test Coverage
[_common]
package = 'com.example'
template_dirs = groovy, java, common
indentation = '  '
dirname_convention = 'underscore'
filename_convention = 'camelize'
naming_convention = 'camelize_lower'
renderer_addons = 'GroovySpockAddon'

[tests]
filename = 'ProjectSpec.groovy'
named_filename = '%sSpec.groovy'
call_prefix = 'actionwords'

[actionwords]
template_dirs = groovy, java, common
filename = 'Actionwords.groovy'

[library]
template_dirs = groovy, java, common
filename = 'ActionwordLibrary.groovy'

[libraries]
template_dirs = groovy, java, common
named_filename = '%sLibrary.groovy'