mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Add fixture
This commit is contained in:
parent
3dcc476114
commit
ee30c8d4ef
1 changed files with 7 additions and 0 deletions
7
test/fixtures/registrant_verifications.yml
vendored
Normal file
7
test/fixtures/registrant_verifications.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
one:
|
||||||
|
action: confirmed
|
||||||
|
action_type: domain_delete
|
||||||
|
created_at: <%= Time.zone.parse('2010-07-05') %>
|
||||||
|
domain: shop
|
||||||
|
domain_name: shop.test
|
||||||
|
verification_token: 1234
|
Loading…
Add table
Add a link
Reference in a new issue