Chatwoot/spec/factories/installation_config.rb

8 lines
122 B
Ruby
Raw Normal View History

FactoryBot.define do
factory :installation_config do
name { 'xyc' }
value { 1.5 }
locked { true }
end
end