mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-13 09:00:25 -07:00
6 lines
108 B
Ruby
6 lines
108 B
Ruby
FactoryBot.define do
|
|
factory :gender do
|
|
qualtrics_code { 1 }
|
|
designation { "MyString" }
|
|
end
|
|
end
|