chatwoot-develop/spec/factories/installation_config.rb

8 lines
122 B
Ruby
Executable File

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