Sha256: feb4eacb14f90093b2ef4ab625909d1408a66956ad53ba6bdc69c13dac033948

Contents?: true

Size: 654 Bytes

Versions: 1

Compression:

Stored size: 654 Bytes

Contents

<div class="stepdef">
  <div class="steps">
  <% if @undefined_steps && !@undefined_steps.empty? %>
    <% @undefined_steps.each_with_index do |step,step_index| %>
    <div class="step <%= (step_index + 1) % 2 == 0 ? 'even' : 'odd' %>">
      <span class="predicate"><%= step.keyword %></span>
      <span class="undefined">
        <%= h step.value %>
      </span>
      <div class="definition">
        <a href="<%= url_for step.scenario.feature %>"><%= h(step.location) %></a>
      </div>
    </div>
    <% end %>
    <% else %>
    <div class="steps">
      <span class="undefined">No undefined steps</span>
    </div>
    <% end%>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.7.1 lib/templates/default/steptransformers/html/undefined_steps.erb