You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FactoryBot.define do
|
|
factory :admin_data_item do
|
|
admin_data_item_id { "MyString" }
|
|
description { "MyString" }
|
|
watch_low_benchmark { 1.5 }
|
|
growth_low_benchmark { 1.5 }
|
|
approval_low_benchmark { 1.5 }
|
|
ideal_low_benchmark { 1.5 }
|
|
hs_only_item { false }
|
|
dashboard_scale { nil }
|
|
end
|
|
end
|