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