trabajo-afectivo/spec/factories/knowledge_base/translation.rb

11 lines
340 B
Ruby
Raw Permalink Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
2019-06-04 03:40:48 +00:00
FactoryBot.define do
factory 'knowledge_base/translation', aliases: %i[knowledge_base_translation] do
knowledge_base { kb_locale.knowledge_base }
kb_locale { nil }
title { Faker::Company.name }
footer_note { 'footer' }
2019-06-04 03:40:48 +00:00
end
end