Sha256: 2d370899833fd42dc366517ad296a533a31a665552db47137a442c59f7b7c422

Contents?: true

Size: 648 Bytes

Versions: 11

Compression:

Stored size: 648 Bytes

Contents

<section class="scenario <%= status %>" id="<%= id %>">
  <div class="scenario-title">
    <span class="permalink">
      <a href="#<%= id %>">&para;</a>
    </span>

    <span data-toggle="collapse" data-target="#<%= id %>_body">
      "Scenario: <%= ERB::Util.h(name) %> Feature <%= feature_info %> at <%= run_time %> sec"
    </span>
  </div>

  <div class="panel-collapse collapse" id="<%= id %>_body">
    <div class="panel-body">
      <ul class="tags">
        <% tags.each do |tag| %>
          <li>@<%= ERB::Util.h(tag) %></li>
        <% end %>
      </ul>

      <div class="steps"><%= steps_html %></div>
    </div>
  </div>
</section>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
turnip_formatter-0.8.0 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.7.2 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.7.1 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.7.0 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.1 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.0 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.0.pre.beta.7 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.0.pre.beta.6 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.0.pre.beta.5 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.0.pre.beta.4 lib/turnip_formatter/renderer/html/views/scenario.html.erb
turnip_formatter-0.6.0.pre.beta.3 lib/turnip_formatter/renderer/html/views/scenario.html.erb