mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Registrant domain update confirmation
This commit is contained in:
parent
254849494f
commit
ee39181094
16 changed files with 236 additions and 10 deletions
|
@ -10,7 +10,10 @@ describe RegistrantVerification do
|
|||
@registrant_verification.valid?
|
||||
@registrant_verification.errors.full_messages.should match_array([
|
||||
"Domain name is missing",
|
||||
"Verification token is missing"
|
||||
"Verification token is missing",
|
||||
"Action is missing",
|
||||
"Action type is missing",
|
||||
"Domain is missing"
|
||||
])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue