Rails `travel_to` changes the value of `usec` to 0
In and of itself, not a huge deal. However, when you combine it with the way that active record quotes times:
It can lead to some incredibly subtle bugs in your tests that use queries in their assertions. Long story short, if your query relies on a time comparison, you may not return anything. :|
Tweet