mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-14 01:05:56 -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
|