hiptest/hiptest-publisher

View on GitHub
lib/templates/javascript/jasmine/scenarios.hbs

Summary

Maintainability
Test Coverage
describe('{{{ escape_single_quotes self_name }}}', function () {{#curly}}{{#indent}}
{{> before_each}}

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

{{/each}}
{{/indent}}
{{/curly}});