Sha256: 3cb3ce96c43f1ad460ad0b8702e22039358ea035385536c66805383001db0805

Contents?: true

Size: 520 Bytes

Versions: 8

Compression:

Stored size: 520 Bytes

Contents

<li>
  <%= linkify YARD::CodeObjects::Cucumber::CUCUMBER_STEPTRANSFORM_NAMESPACE, "All Step Definitions" %>
</li>
<% n = 1 %>
<% @items.each do |stepdef| %>
  <li class="r<%= n %>">
  <span class='object_link'>
    <span class="pre"><%= stepdef.keyword %></span>
      <a href="<%= url_for stepdef %>" title="<%= h stepdef.value %>">
        <span class="name"><%= h stepdef.literal_value %></span>
      </a>&nbsp;&nbsp;
  </span>
  <small><%= h(stepdef.location) %></small>
  </li>
  <% n = n == 2 ? 1 : 2 %>
<% end %>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
yard-cucumber-3.0.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber2-2.3.4 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber2-2.3.3 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-2.3.2 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-2.3.1 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-2.3.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-2.2.3 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-2.2.2 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb