I execute something every 10 minutes using eventmachine in a ruby application and I have to test that it is cancelled at some precise time. So I need something in my tests to simulate that the user waits 10 minutes.
I think some gem like Timecop would not work but maybe it's a solution.
How would you test something like this ?
Time.now– Skydreamer May 21 '12 at 14:18