from behave import *

# This should be added to environment.py # from steps.actionwords import Actionwords # # def before_scenario(context, scenario): # context.actionwords = Actionwords()

use_step_matcher(‘re’) {{#each rendered_children.sorted_actionwords as |actionword|}} {{{ actionword }}} {{/each}}