Manuel Bustillo 93d907cdc8
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 47s
Add copyright notice / copyright_notice (pull_request) Successful in 1m13s
Run unit tests / unit_tests (pull_request) Successful in 1m50s
Remove leftovers of the date attribute
2024-12-07 23:43:21 +01:00

8 lines
134 B
Ruby

# Copyright (C) 2024 Manuel Bustillo
FactoryBot.define do
factory :wedding do
sequence(:slug) { |i| "wedding-#{i}" }
end
end