mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
FactoryBot.define do
|
|
factory :platform_app do
|
|
name { Faker::Book.name }
|
|
end
|
|
end
|