mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07: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
|