mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
6 lines
84 B
Ruby
6 lines
84 B
Ruby
FactoryBot.define do
|
|
factory :email_template do
|
|
name { 'MyString' }
|
|
end
|
|
end
|