mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Rubocop upgraded #2711
This commit is contained in:
parent
59c73fca9e
commit
7530d6ecab
33 changed files with 115 additions and 91 deletions
|
@ -151,7 +151,7 @@ describe 'EPP Contact', epp: true do
|
|||
|
||||
id.text.length.should == 15
|
||||
# 5 seconds for what-ever weird lag reasons might happen
|
||||
cr_date.text.to_time.should be_within(5).of(Time.zone.now)
|
||||
cr_date.text.in_time_zone.utc.should be_within(5).of(Time.zone.now)
|
||||
end
|
||||
|
||||
it 'should add registrar prefix for code when missing' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue