Sha256: 0b7e2c5ea9d5989ea8d236b14232c0f7197dbf4044df08fe2405f2d420bb900f
Contents?: true
Size: 123 Bytes
Versions: 2
Compression:
Stored size: 123 Bytes
Contents
require 'timecop' RSpec.configure do |config| config.around do |ex| Timecop.freeze do ex.run end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
multi_sync-0.0.4 | spec/support/timecop.rb |
multi_sync-0.0.3 | spec/support/timecop.rb |