package {{{ context.package }}}
import spock.lang.*
class {{{ clear_extension context.filename }}} extends Specification {{#curly}}{{#indent}} def {{{ context.call_prefix }}} = Actionwords.newInstance()
{{#unless is_empty?}} def setup() {{#curly}}{{#indent}} {{#each rendered_children.body as |step|}}{{{step}}} {{/each}} {{/indent}}{{/curly}} {{/unless}}
{{#each rendered_children.scenarios as |scenario|}}{{{scenario}}} {{/each}} {{/indent}} {{/curly}}