package {{{ context.package }}}

import spock.lang.*

class {{{ clear_extension context.filename }}} extends Specification {{#curly}}{{#indent}} def {{{ context.call_prefix }}} = Actionwords.newInstance()

{{#each rendered_children.tests as |test|}}{{{test}}} {{/each}}{{/indent}} {{/curly}}