Sha256: 736bb65c8fb5ea94e2d52978ee6d2d96859e64c514c4620b158215cee21a33f0
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
<div class="transformer"> <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> <a class="definition" href="<%= url_for step.scenario.feature %>"><%= h(step.location) %></a> <div style="clear: both;"></div> </div> <% end %> <% else %> <div class="steps"> <div class="undefined">No undefined steps</div> </div> <% end%> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber-in-the-yard-1.7.2 | lib/templates/default/steptransformers/html/undefined_steps.erb |