Chatwoot/spec/factories/installation_config.rb
2020-08-25 23:04:02 +05:30

6 lines
102 B
Ruby

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