mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
parent
22a2329ba5
commit
c30ee095fb
1 changed files with 1 additions and 3 deletions
|
@ -77,9 +77,7 @@ RSpec.describe 'EPP domain:renew' do
|
||||||
}
|
}
|
||||||
|
|
||||||
it 'does not renew domain' do
|
it 'does not renew domain' do
|
||||||
request
|
expect { request; domain.reload }.to_not change { domain.expire_time }
|
||||||
domain.reload
|
|
||||||
expect(domain.expire_time).to eq(Time.zone.parse('05.07.2010'))
|
|
||||||
end
|
end
|
||||||
|
|
||||||
specify do
|
specify do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue