Initialize tests and make them pass
This commit is contained in:
16
test/fixtures/completions.yml
vendored
16
test/fixtures/completions.yml
vendored
@@ -24,12 +24,14 @@
|
||||
# contestant_id (contestant_id => contestants.id)
|
||||
# puzzle_id (puzzle_id => puzzles.id)
|
||||
#
|
||||
one:
|
||||
completion_one:
|
||||
time_seconds: 1
|
||||
contestant: one
|
||||
puzzle: one
|
||||
contestant: team_one
|
||||
puzzle: puzzle_one
|
||||
contest: team_contest
|
||||
|
||||
two:
|
||||
time_seconds: 1
|
||||
contestant: two
|
||||
puzzle: two
|
||||
completion_two:
|
||||
time_seconds: 2
|
||||
contestant: solo_one
|
||||
puzzle: puzzle_two
|
||||
contest: solo_contest
|
||||
|
||||
Reference in New Issue
Block a user