timecop
timecop copied to clipboard
Not enough Jean Claude Van Damme
This is totally inappropriate and off topic. I love it.
Speaking of, I made this add-on for fun: https://github.com/taylorzr/timecop-jean_claude_van_do. I don't think it's necessary, or really want to support it, or really want to flush out any more monkey-patching than I have already, but hey it works.
You can do:
1.day.ago do
Date.today # Whatever 1 day ago is :)
end
instead of:
Timecop.travel(1.day.ago) do
Date.today # Whatever 1 day ago is :)
end