lib/rspec_tracer/html_reporter/views/examples.erb in rspec-tracer-0.9.2 vs lib/rspec_tracer/html_reporter/views/examples.erb in rspec-tracer-0.9.3
- old
+ new
@@ -3,9 +3,14 @@
<span class="group_name"><%= title %></span>
(
<span class="blue">
<strong><%= last_run[:actual_count] %></strong>
</span> examples,
+ <% if last_run[:duplicate_examples].positive? %>
+ <span class="blue">
+ <strong><%= last_run[:duplicate_examples] %></strong>
+ </span> duplicates,
+ <% end %>
<% if last_run[:failed_examples].positive? %>
<span class="red">
<strong><%= last_run[:failed_examples] %></strong>
</span> failures,
<% end %>