Listing test1s

<% for test1 in @test1s %> <% end %>
<%= link_to 'Show', test1 %> <%= link_to 'Edit', edit_test1_path(test1) %> <%= link_to 'Destroy', test1, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New test1', new_test1_path %>