Sha256: 0f04465cfd346bb78768b2c7e03924ac0d02a542a29bfabd5c21ef3c1bd4e0a9

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

%table
  %thead
    %tr
      %th Feature
      %th Scenario
      %th Duration
  %tbody
    - analysis_results.each do |info|
      %tr
        %td
          %span&= info.feature_name
        %td
          %a{ href: '#' + info.id}&= info.name
        %td
          %span&= info.run_time
          sec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
turnip_formatter-0.3.1 lib/turnip_formatter/template/tab_speed_statistics.haml
turnip_formatter-0.3.0 lib/turnip_formatter/template/tab_speed_statistics.haml