Skip to content

Fix Timecop not unfreezing after spec

Stan Hu requested to merge sh-fix-timecop-not-resetting into master

This was causing a terrible side effect in #2362 (closed). The spec was failing because the user's confirmed_sent_at was equivalent to 0.days.ago, which exposed a corner case in Devise where the session looked valid even though it was not.

Merge request reports