kputnam/stupidedi

View on GitHub
build/doc/lib/rspec-plugin/templates/default/method_details/text/specs.erb

Summary

Maintainability
Test Coverage
<% if object[:specifications] %>

Specifications:
---------------

<% for spec in object[:specifications].map{|s| s[:name] }.uniq %>
<%= indent wrap("- " + spec) %>
<% end %>
<% end %>