Something like this: ``` ruby describe '#method', timecopped: DateTime.current do end ``` This would set the :now variable and wrap subject execution with timecopped. This is similar to a feature which is currently in [PR#119](https://github.com/travisjeffery/timecop/pull/119) on the [timecop](https://github.com/travisjeffery/timecop) gem.