mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added my tournaments page
This commit is contained in:
@@ -29,6 +29,10 @@ class StaticPagesControllerTest < ActionController::TestCase
|
||||
get :home
|
||||
success
|
||||
end
|
||||
|
||||
|
||||
test "get my_tournaments" do
|
||||
sign_in_owner
|
||||
get :my_tournaments
|
||||
success
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user