mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
5 lines
110 B
Ruby
5 lines
110 B
Ruby
FactoryGirl.define do
|
|
factory :registrant, parent: :contact, class: Registrant do
|
|
name 'test'
|
|
end
|
|
end
|