Description
Adds fixtures for controlling time in Ruby tests. It is useful when code depends on clocks, timeouts, expiration, scheduling, or date-sensitive behavior.
Time manipulation can hide real-world edge cases. Test time zones, daylight-saving changes, monotonic clocks, and cleanup after frozen or shifted time.