Fix EPP domain specs

#475
This commit is contained in:
Artur Beljajev 2017-04-26 19:26:29 +03:00
parent c30ee095fb
commit 8b4ac96707
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ RSpec.describe 'EPP domain:create', settings: false do
context 'when period is 3 months' do
let!(:price) { create(:price,
duration: '3 months',
duration: '3 mons',
price: Money.from_amount(1),
operation_category: 'create',
valid_from: Time.zone.parse('05.07.2010'),

View file

@ -19,7 +19,7 @@ RSpec.describe 'EPP domain:renew', settings: false do
context 'when period is 3 months' do
let!(:price) { create(:price,
duration: '3 months',
duration: '3 mons',
price: Money.from_amount(1),
operation_category: 'renew',
valid_from: Time.zone.parse('05.07.2010'),