-
Thanks for this excellent library. I'm looking forward to trying it in a real project. Is there a recommended approach for generating data with modified timestamps? In my current setup, I use timecop when generating fixtures but that obviously wouldn't work here. The only thing I can think of here is to complete the browser interactions, then fire up the console and manually adjust the time stamps before dumping the data. Any advice would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually I think I answered my own question. I was able to use timecop and some around filters in a controller to mock the time and it worked perfectly. |
Beta Was this translation helpful? Give feedback.
Actually I think I answered my own question. I was able to use timecop and some around filters in a controller to mock the time and it worked perfectly.