Sha256: c021d5bc55f4626bb12473d650734b580721ccc8494ff2d1b2fc5e39bda57077
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
<% n = 1 %> <% @items.each do |step| %> <li class="r<%= n %>"> <span class='object_link'> <a href="<%= url_for step.scenario.feature %>" title="<%= h step.value %>"> <span class="pre"><%= step.keyword %></span> <span class="name"><%= h(step.value) %></span> </a> </span> <span class="">(<%= h(step.file) %>)<span> </li> <% n = n == 2 ? 1 : 2 %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yard-cucumber-2.2.1 | lib/templates/default/fulldoc/html/full_list_steps.erb |
yard-cucumber-2.2.0 | lib/templates/default/fulldoc/html/full_list_steps.erb |