Sha256: 35f5f2b0e4d88dbd82e17946fa8f5b7e465b0bd3608b8314853e1c21a0e2b1a0
Contents?: true
Size: 176 Bytes
Versions: 12
Compression:
Stored size: 176 Bytes
Contents
require 'timecop' shared_context 'timecop', timecop: true do # Allows fixed timestamps before(:all) { Timecop.freeze(time_anchor) } after(:all) { Timecop.return } end
Version data entries
12 entries across 12 versions & 1 rubygems