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