Sha256: d1ae949b426cd583117e6a8db46ec7dbd31b98e4cf60260517b0b5f3f9020dc2

Contents?: true

Size: 777 Bytes

Versions: 2

Compression:

Stored size: 777 Bytes

Contents

<div class="report_container" id="<%= title_id %>">
  <h2>
    <span class="group_name"><%= title %></span>
    (
      <span class="blue">
        <strong><%= duplicate_examples.count %></strong>
      </span> examples
    )
  </h2>

  <a name="<%= title_id %>"></a>

  <div class="report-table--responsive">
    <table class="report-table">
      <thead>
        <tr>
          <th>ID</th>
          <th>Description</th>
          <th>Location</th>
        </tr>
      </thead>

      <tbody>
        <% duplicate_examples.each do |example| %>
          <tr>
            <td><%= example[:id] %></td>
            <td><%= example[:description] %></td>
            <td><%= example[:location] %></td>
          </tr>
        <% end %>
      </tbody>
    </table>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-tracer-1.0.0 lib/rspec_tracer/html_reporter/views/duplicate_examples.erb
rspec-tracer-0.9.3 lib/rspec_tracer/html_reporter/views/duplicate_examples.erb