Skip to content

Instantly share code, notes, and snippets.

@jb08
Created September 3, 2021 17:16
Show Gist options
  • Save jb08/39ab4db86233d6abc516d7f1a5e3e9cc to your computer and use it in GitHub Desktop.
Save jb08/39ab4db86233d6abc516d7f1a5e3e9cc to your computer and use it in GitHub Desktop.
requires_time_freezing
def requires_time_freezing(time = Time.now)
before { Timecop.freeze(time) }
after { Timecop.return }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment