Initialize tests and make them pass
All checks were successful
CI / scan_ruby (push) Successful in 14s
CI / scan_js (push) Successful in 11s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 25s

This commit is contained in:
sto
2025-03-23 13:40:27 +01:00
parent f8bfb020bc
commit c98caeea92
8 changed files with 53 additions and 63 deletions

View File

@@ -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