sto 26b8064553
All checks were successful
CI / scan_ruby (push) Successful in 15s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 35s
Add login & user tests
2025-03-27 10:26:03 +01:00

6 lines
93 B
Ruby

FactoryBot.define do
factory :contest do
name { Faker::Company.unique.name }
end
end