mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
4 lines
129 B
Ruby
4 lines
129 B
Ruby
Fabricator(:registrant_verification) do
|
|
domain_name { sequence(:name) { |i| "domain#{i}.ee" } }
|
|
verification_token '123'
|
|
end
|