mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +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:
|
create_one_month:
|
||||||
duration: 1 year
|
duration: 1 month
|
||||||
price_cents: 500
|
price_cents: 100
|
||||||
operation_category: create
|
operation_category: create
|
||||||
valid_from: 2010-07-05
|
valid_from: 2010-07-05
|
||||||
valid_to: 2010-07-05
|
valid_to: 2010-07-05
|
||||||
zone: test
|
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:
|
invalid:
|
||||||
name: invalid.test
|
name: invalid.test
|
||||||
transfer_code: any
|
transfer_code: 1438d6
|
||||||
valid_to: 2010-07-05
|
valid_to: <%= Time.zone.parse('2010-07-05').utc.to_s(:db) %>
|
||||||
registrar: bestnames
|
registrar: bestnames
|
||||||
registrant: invalid
|
registrant: invalid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue