mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fix rubocop
This commit is contained in:
parent
e313f2c756
commit
0f652aedc1
1 changed files with 3 additions and 1 deletions
|
@ -2644,7 +2644,9 @@ describe 'EPP Domain', epp: true do
|
|||
domain.reload
|
||||
domain.valid_to.should be_within(5).of(old_valid_to + 1.year)
|
||||
domain.outzone_at.should be_within(5).of(old_valid_to + 1.year + Setting.expire_warning_period.days)
|
||||
domain.delete_at.should be_within(5).of(old_valid_to + 1.year + Setting.expire_warning_period.days + Setting.redemption_grace_period.days)
|
||||
domain.delete_at.should be_within(5).of(
|
||||
old_valid_to + 1.year + Setting.expire_warning_period.days + Setting.redemption_grace_period.days
|
||||
)
|
||||
end
|
||||
|
||||
it 'does not renew foreign domain' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue