Add url helpers & specs for offline participation forms

#5
This commit is contained in:
sto
2025-12-10 15:12:19 +01:00
parent 8cea403dc9
commit 2c87a5b63c
4 changed files with 171 additions and 2 deletions

View File

@@ -36,4 +36,8 @@ FactoryBot.define do
duration { "2:00" }
ranking_mode { "actual" }
end
trait :offline do
offline_form { true }
end
end