mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
7 lines
127 B
Ruby
7 lines
127 B
Ruby
FactoryBot.define do
|
|
factory :district do
|
|
name { "MyString" }
|
|
slug { "MyString" }
|
|
qualtrics_code { 1 }
|
|
end
|
|
end
|