mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
6 lines
105 B
Ruby
6 lines
105 B
Ruby
FactoryBot.define do
|
|
factory :sped do
|
|
designation { "MyString" }
|
|
slug { "MyString" }
|
|
end
|
|
end
|