mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-22 13:14:45 +00:00
Tests for non privileged routes
This commit is contained in:
@@ -107,5 +107,9 @@ class WeightsControllerTest < ActionController::TestCase
|
||||
redirect
|
||||
end
|
||||
|
||||
test "view wegiht" do
|
||||
get :show, id: 1
|
||||
success
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user