Sha256: 49a7e4d498d68518f97c8bdbc05221127d7540eeb5a63a4f6d0103d3f688893c
Contents?: true
Size: 392 Bytes
Versions: 10
Compression:
Stored size: 392 Bytes
Contents
<table> <thead> <tr> <th>Feature</th> <th>Scenario</th> <th>Duration</th> </tr> </thead> <tbody> <% analysis_results.each do |info| %> <tr> <td><span><%= info.feature_name %></span></td> <td><a href="#<%= info.id %>"><%= info.name %></a></td> <td><span><%= info.run_time %></span> sec</td> </tr> <% end %> </tbody> </table>
Version data entries
10 entries across 10 versions & 1 rubygems