Sha256: aadf1a3888546d563b44d53897f76f4d6fd04e193325ecb7ac7cd50ca68f71d7
Contents?: true
Size: 825 Bytes
Versions: 1
Compression:
Stored size: 825 Bytes
Contents
<div style="margin: 10px;"> </div> <div id="undefined_steps" class="title"> <div class="name">Undefined Steps</div> </div> <div style="margin: 10px;"> </div> <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="details"> <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.6.3 | lib/templates/default/steptransformers/html/undefined_steps.erb |