6 lines
82 B
Ruby
6 lines
82 B
Ruby
FactoryBot.define do
|
|
factory :wedding do
|
|
date { 1.year.from_now }
|
|
end
|
|
end
|