parent
2b078b83c0
commit
dbbca0300d
3 changed files with 4 additions and 4 deletions
|
@ -409,7 +409,7 @@ RSpec.describe Auth::RegistrationsController do
|
|||
|
||||
current = Time.now.utc
|
||||
today = current.beginning_of_day
|
||||
today += 1.day if current.hour > 10
|
||||
today += 1.day if current.hour >= 10
|
||||
travel_to today + 10.hours
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue