Method | Path | Action | Implemented | Tested |
---|---|---|---|---|
<%= route.verb %> | <%= route.path %> | <%= route.action %> | <%= route.implemented ? "YES" : "NO" %> | <%= route.tested ? "YES" : "NO" %> | <% end %>
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 %>