A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
MIT License
3.37k
stars
225
forks
source link
0.9.2 seemingly breaks Date.strptime just when being required #271
Hello.
Here are the steps to reproduce:
Date.strptime_without_mock_date
returns what is expected.