import unittest from actionwords import Actionwords

class Test{{{ camelize self_name }}}(unittest.TestCase):

def setUp(self):
    self.actionwords = Actionwords(self)

{{#indent}} {{#each rendered_children.scenarios as |scenario|}}{{{scenario}}} {{/each}} {{/indent}}