does anybody know if there is something for Groovy/Grails similar to the rubygem timecop
I'm working on tests for a Grails project where I would like to mock DateTime classes in the same way the gem does.
Just wondering if anybody had already done it with a Grails plugin or something similar so I don't have to reinvent the wheel.