From f10fa3db8426b86e9565bd6bb2bee7e2dcb24548 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 29 Jan 2018 01:59:22 +0200 Subject: [PATCH] Update fixtures --- test/fixtures/accounts.yml | 5 +++++ test/fixtures/billing/prices.yml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 test/fixtures/accounts.yml create mode 100644 test/fixtures/billing/prices.yml diff --git a/test/fixtures/accounts.yml b/test/fixtures/accounts.yml new file mode 100644 index 000000000..ea51ff7eb --- /dev/null +++ b/test/fixtures/accounts.yml @@ -0,0 +1,5 @@ +cash: + account_type: cash + balance: 100 + currency: EUR + registrar: bestnames diff --git a/test/fixtures/billing/prices.yml b/test/fixtures/billing/prices.yml new file mode 100644 index 000000000..ef2cd09a7 --- /dev/null +++ b/test/fixtures/billing/prices.yml @@ -0,0 +1,7 @@ +cash: + duration: 1 year + price_cents: 500 + operation_category: create + valid_from: 2010-07-05 + valid_to: 2010-07-05 + zone: test