8 lines
120 B
Ruby
8 lines
120 B
Ruby
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
FactoryBot.define do
|
|
factory :wedding do
|
|
date { 1.year.from_now }
|
|
end
|
|
end
|