1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 20:25:26 +00:00

Tests for non privileged routes

This commit is contained in:
2015-11-05 17:48:09 +00:00
parent 77cda886e6
commit 8a9c56f3f7
5 changed files with 30 additions and 1 deletions

View File

@@ -108,6 +108,10 @@ class WrestlersControllerTest < ActionController::TestCase
redirect
end
test "view wrestler" do
get :show, id: @wrestler.id
success
end
end