schneidmaster/rspec-blog-example

View on GitHub
app/views/articles/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Edit article</h1>
 
<%= render 'form' %>
 
<%= link_to 'Back', articles_path %>