Skip to content

Instantly share code, notes, and snippets.

Created June 26, 2015 17:09
Show Gist options
  • Save anonymous/b05c6e09ea582068dfb2 to your computer and use it in GitHub Desktop.
Save anonymous/b05c6e09ea582068dfb2 to your computer and use it in GitHub Desktop.
assert last_response.body.include?(@todos)
<h1>Todos</h1>
<% @todos.each do |todo| %>
<%= todo.title %> <%= todo.body %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment