# frozen_string_literal: true
FactoryBot.define do
factory :wedding do
sequence(:slug) { |i| "wedding-#{i}" }
end