<%= notice %>

Tests

<% @tests.each do |test| %> <% end %>
Name Author Url
<%= test.name %> <%= test.author %> <%= test.url %> <%= link_to 'Show', test %> <%= link_to 'Edit', edit_test_path(test) %> <%= link_to 'Destroy', test, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Test', new_test_path %>