mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Registrant change now requires EPP verify attribute
This commit is contained in:
parent
7d0365974e
commit
d72cbc20f5
21 changed files with 318 additions and 29 deletions
4
spec/fabricators/registrant_verification_fabricator.rb
Normal file
4
spec/fabricators/registrant_verification_fabricator.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
Fabricator(:registrant_verification) do
|
||||
domain_name { sequence(:name) { |i| "domain#{i}.ee" } }
|
||||
verification_token '123'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue