hiptest/hiptest-publisher

View on GitHub
lib/templates/cucumber/groovy/step-definitions/actionwords.hbs

Summary

Maintainability
Test Coverage
package {{{ context.package }}}

import io.cucumber.datatable.DataTable
import io.cucumber.groovy.EN

this.metaClass.mixin(EN)

Actionwords {{{ context.call_prefix }}} = new Actionwords()

{{#each rendered_children.actionwords as |actionword|}}{{{actionword}}}
{{/each}}