|
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. |
Answered by
aa365
Apr 10, 2022
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. |
0 replies
Answer selected by
aa365
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.