Fix rspec as is
All checks were successful
CI / scan_ruby (push) Successful in 18s
CI / scan_js (push) Successful in 15s
CI / lint (push) Successful in 15s
CI / test (push) Successful in 36s

#18
This commit is contained in:
sto
2025-12-03 15:42:45 +01:00
parent 3a6ee2ea98
commit cd41d83429
3 changed files with 6 additions and 28 deletions

View File

@@ -30,5 +30,7 @@
FactoryBot.define do
factory :contest do
name { Faker::Company.unique.name }
duration { "2:00" }
ranking_mode { "actual" }
end
end