<%= notice %>

Name: <%= @test.name %>

Author: <%= @test.author %>

Url: <%= @test.url %>

<%= link_to 'Edit', edit_test_path(@test) %> | <%= link_to 'Back', tests_path %>