1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +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

@@ -107,5 +107,9 @@ class WeightsControllerTest < ActionController::TestCase
redirect
end
test "view wegiht" do
get :show, id: 1
success
end
end