mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
8 lines
170 B
Ruby
8 lines
170 B
Ruby
FactoryBot.define do
|
|
factory :measure do
|
|
measure_id { "MyString" }
|
|
name { "MyString" }
|
|
dashboard_subcategory { nil }
|
|
description { "MyText" }
|
|
end
|
|
end
|