8 lines
100 B
Ruby
8 lines
100 B
Ruby
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
FactoryBot.define do
|
|
factory :user do
|
|
wedding
|
|
end
|
|
end
|