oss-specs/specs

View on GitHub
views/partials/DataTable.hbs

Summary

Maintainability
Test Coverage
<table class="gherkin-datatable">
  <tbody>
    {{#each this.rows}}
      <tr>{{#each cells}}<td>{{this.value}}</td>{{/each}}</tr>
    {{/each}}
  </tbody>
</table>