mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
parent
c30ee095fb
commit
8b4ac96707
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ RSpec.describe 'EPP domain:create', settings: false do
|
||||||
|
|
||||||
context 'when period is 3 months' do
|
context 'when period is 3 months' do
|
||||||
let!(:price) { create(:price,
|
let!(:price) { create(:price,
|
||||||
duration: '3 months',
|
duration: '3 mons',
|
||||||
price: Money.from_amount(1),
|
price: Money.from_amount(1),
|
||||||
operation_category: 'create',
|
operation_category: 'create',
|
||||||
valid_from: Time.zone.parse('05.07.2010'),
|
valid_from: Time.zone.parse('05.07.2010'),
|
||||||
|
|
|
@ -19,7 +19,7 @@ RSpec.describe 'EPP domain:renew', settings: false do
|
||||||
|
|
||||||
context 'when period is 3 months' do
|
context 'when period is 3 months' do
|
||||||
let!(:price) { create(:price,
|
let!(:price) { create(:price,
|
||||||
duration: '3 months',
|
duration: '3 mons',
|
||||||
price: Money.from_amount(1),
|
price: Money.from_amount(1),
|
||||||
operation_category: 'renew',
|
operation_category: 'renew',
|
||||||
valid_from: Time.zone.parse('05.07.2010'),
|
valid_from: Time.zone.parse('05.07.2010'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue