5 lines
61 B
Ruby
5 lines
61 B
Ruby
FactoryBot.define do
|
|
factory :email_list do
|
|
|
|
end
|
|
end
|