mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Update fixtures
This commit is contained in:
parent
5cc16552ab
commit
139b7f290d
2 changed files with 29 additions and 5 deletions
30
test/fixtures/billing/prices.yml
vendored
30
test/fixtures/billing/prices.yml
vendored
|
@ -1,7 +1,31 @@
|
|||
cash:
|
||||
duration: 1 year
|
||||
price_cents: 500
|
||||
create_one_month:
|
||||
duration: 1 month
|
||||
price_cents: 100
|
||||
operation_category: create
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
||||
renew_one_month:
|
||||
duration: 1 month
|
||||
price_cents: 100
|
||||
operation_category: renew
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
||||
create_one_year:
|
||||
duration: 1 year
|
||||
price_cents: 1000
|
||||
operation_category: create
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
||||
renew_one_year:
|
||||
duration: 1 year
|
||||
price_cents: 1000
|
||||
operation_category: renew
|
||||
valid_from: 2010-07-05
|
||||
valid_to: 2010-07-05
|
||||
zone: test
|
||||
|
|
4
test/fixtures/domains.yml
vendored
4
test/fixtures/domains.yml
vendored
|
@ -40,7 +40,7 @@ metro:
|
|||
|
||||
invalid:
|
||||
name: invalid.test
|
||||
transfer_code: any
|
||||
valid_to: 2010-07-05
|
||||
transfer_code: 1438d6
|
||||
valid_to: <%= Time.zone.parse('2010-07-05').utc.to_s(:db) %>
|
||||
registrar: bestnames
|
||||
registrant: invalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue