mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 11:35:45 +00:00
Tests for non privileged routes
This commit is contained in:
@@ -106,5 +106,10 @@ class SchoolsControllerTest < ActionController::TestCase
|
||||
destroy
|
||||
redirect
|
||||
end
|
||||
|
||||
test "view school" do
|
||||
get :show, id: 1
|
||||
success
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user