<% @defined_routes.each do |route| %> <% end %>
MethodPathActionImplementedTested
<%= route.verb %> <%= route.path %> <%= route.action %> <%= route.implemented ? "YES" : "NO" %> <%= route.tested ? "YES" : "NO" %>

Defined: <%= @defined_routes.size %> Implemented: <%= @implemented_routes_count %> Tested: <%= @tested_routes_count %> <% if @tested_routes_count == 0 %> You have 0 routes tested, may be you should run your Integrational Tests First! <% end %>