Initialize tests and make them pass
This commit is contained in:
18
test/fixtures/contestants.yml
vendored
18
test/fixtures/contestants.yml
vendored
@@ -19,12 +19,14 @@
|
||||
#
|
||||
# contest_id (contest_id => contests.id)
|
||||
#
|
||||
one:
|
||||
name: MyString
|
||||
email: MyString
|
||||
contest: one
|
||||
team_one:
|
||||
name: Team one
|
||||
contest: team_contest
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
email: MyString
|
||||
contest: two
|
||||
team_two:
|
||||
name: Team two
|
||||
contest: team_contest
|
||||
|
||||
solo_one:
|
||||
name: Solo one
|
||||
contest: solo_contest
|
||||
|
||||
Reference in New Issue
Block a user