mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added tests for matches controller
This commit is contained in:
2
test/fixtures/tournaments.yml
vendored
2
test/fixtures/tournaments.yml
vendored
@@ -7,6 +7,6 @@ one:
|
||||
director: Jacob Cody Wimer
|
||||
director_email: jacob.wimer@gmail.com
|
||||
tournament_type: Pool to bracket
|
||||
|
||||
user_id: 1
|
||||
|
||||
|
||||
|
||||
6
test/fixtures/users.yml
vendored
6
test/fixtures/users.yml
vendored
@@ -9,3 +9,9 @@
|
||||
# #
|
||||
# two: {}
|
||||
# # column: value
|
||||
one:
|
||||
email: test@test.com
|
||||
id: 1
|
||||
two:
|
||||
email: test2@test.com
|
||||
id: 2
|
||||
|
||||
Reference in New Issue
Block a user