mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
parent
f03ce11197
commit
74ba4a5b01
3 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@ RSpec.describe 'EPP domain:renew' do
|
||||||
}
|
}
|
||||||
|
|
||||||
before :example do
|
before :example do
|
||||||
Setting.days_to_renew_domain_before_expire = 1
|
Setting.days_to_renew_domain_before_expire = 0
|
||||||
travel_to Time.zone.parse('05.07.2010')
|
travel_to Time.zone.parse('05.07.2010')
|
||||||
sign_in_to_epp_area(user: user)
|
sign_in_to_epp_area(user: user)
|
||||||
end
|
end
|
||||||
|
|
|
@ -14,7 +14,7 @@ RSpec.describe 'EPP domain:renew' do
|
||||||
}
|
}
|
||||||
|
|
||||||
before :example do
|
before :example do
|
||||||
Setting.days_to_renew_domain_before_expire = 1
|
Setting.days_to_renew_domain_before_expire = 0
|
||||||
travel_to Time.zone.parse('05.07.2010')
|
travel_to Time.zone.parse('05.07.2010')
|
||||||
sign_in_to_epp_area(user: user)
|
sign_in_to_epp_area(user: user)
|
||||||
end
|
end
|
||||||
|
|
|
@ -8,7 +8,6 @@ RSpec.describe 'EPP domain:renew' do
|
||||||
subject(:response_description) { response_xml.css('result msg').text }
|
subject(:response_description) { response_xml.css('result msg').text }
|
||||||
|
|
||||||
before :example do
|
before :example do
|
||||||
Setting.days_to_renew_domain_before_expire = 1
|
|
||||||
travel_to Time.zone.parse('05.07.2010')
|
travel_to Time.zone.parse('05.07.2010')
|
||||||
sign_in_to_epp_area(user: user)
|
sign_in_to_epp_area(user: user)
|
||||||
FactoryGirl.create(:account, registrar: registrar, balance: 1)
|
FactoryGirl.create(:account, registrar: registrar, balance: 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue