Add url helpers & specs for offline participation forms
All checks were successful
CI / scan_ruby (push) Successful in 19s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 14s
CI / test (push) Successful in 38s

#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