Fix rspec as is

#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