Unused class clean-up

This commit is contained in:
Alex Sherman 2020-11-24 13:26:38 +05:00
parent cb3cf37331
commit 89c5413fc7
2 changed files with 1 additions and 7 deletions

View file

@ -70,6 +70,6 @@ class Whois::RecordTest < ActiveSupport::TestCase
end
def registration_deadline
Time.zone.now + 10.days
@registration_deadline ||= Time.zone.now + 10.days
end
end