Sha256: 2092b643cb01f994f3333305e4b45a93dc6a382f82f95b3807bc6ed8dc4d4968
Contents?: true
Size: 479 Bytes
Versions: 11
Compression:
Stored size: 479 Bytes
Contents
<table> <thead> <tr> <th>Feature</th> <th>Scenario</th> <th>Duration</th> </tr> </thead> <tbody> <% results.each do |info| %> <tr> <td> <span><%= ERB::Util.h(info.feature_name) %></span> </td> <td> <a href="#<%= info.id %>"><%= ERB::Util.h(info.name) %></a> </td> <td> <span><%= info.run_time %> sec</span> </td> </tr> <% end %> </tbody> </table>
Version data entries
11 entries across 11 versions & 1 rubygems