6 lines
102 B
Ruby
6 lines
102 B
Ruby
FactoryBot.define do
|
|
factory :installation_config do
|
|
name { 'xyc' }
|
|
value { 1.5 }
|
|
end
|
|
end
|