mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
6 lines
84 B
Ruby
6 lines
84 B
Ruby
FactoryBot.define do
|
|
factory :email_template do
|
|
name { 'MyString' }
|
|
end
|
|
end
|