issues
search
travisjeffery
/
timecop
A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
MIT License
3.37k
stars
226
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for 'in:' kwarg in Time.new and Time.now
#432
mcfadden
opened
1 month ago
0
Time.new with in: keyword argument does not return frozen time.
#431
mcfadden
opened
1 month ago
2
Revert "Calculate travel_offset to align with the precision of argument to Timecop.travel"
#430
joshuacronemeyer
closed
2 months ago
0
add ruby 3.3 to ci matrix
#429
joshuacronemeyer
closed
2 months ago
0
new release
#428
joshuacronemeyer
closed
4 months ago
0
Optional clock gettime 2
#427
joshuacronemeyer
closed
4 months ago
1
Disable Process#clock_gettime mocking by default
#426
alexcwatt
closed
4 months ago
6
Mocking `Process.clock_gettime` causes `Concurrent::IVar` with timeout to wait indefinitely
#425
olly
closed
4 months ago
5
prepare release 0.9.9
#424
joshuacronemeyer
closed
5 months ago
0
Require Ruby >= 2.1.0
#423
alexcwatt
closed
2 months ago
3
DateTime.parse does not handle CWeek correctly
#422
joshuacronemeyer
opened
5 months ago
0
Calculate travel_offset to align with the precision of argument to Timecop.travel
#421
dgholz
closed
2 months ago
5
Time.now sometimes has greater-than-nanosecond precision when called under Timecop.travel
#420
dgholz
opened
5 months ago
9
Add `Process.clock_gettime` support
#419
alexcwatt
closed
5 months ago
5
DateTime.parse("Wednesday 12:00") format is always returning midnight
#418
ptrela
closed
5 months ago
1
[BUG/FEATURE] Parse day name with hour
#417
ptrela
closed
5 months ago
1
ActiveSupport Date.current differs from Date.today when Time.zone is set
#416
jch
closed
2 months ago
5
just spitballing on a fix here
#415
joshuacronemeyer
closed
5 months ago
0
Add methods to allow Timecop instance checking if in a travelled or scaled state
#414
djgraham
closed
10 months ago
2
DateTime parse without date not working properly
#413
ilyakuzmin
closed
5 months ago
5
Bump actions/checkout from 3 to 4
#412
dependabot[bot]
closed
10 months ago
0
Need a proper test for making sure we don't change timezones inadvertently
#411
joshuacronemeyer
closed
2 months ago
1
release a fix for recent change
#410
joshuacronemeyer
closed
1 year ago
0
Revert "Reduce memory by not duplicating an argument"
#409
joshuacronemeyer
closed
1 year ago
0
fix week based dates
#408
joshuacronemeyer
closed
1 year ago
0
release 0.9.7
#407
joshuacronemeyer
closed
1 year ago
0
380 week of year fix
#406
joshuacronemeyer
closed
1 year ago
0
Revert "Better: Add ruby 3.1 compatibility."
#405
joshuacronemeyer
closed
1 year ago
0
Reduce memory by not duplicating an argument
#404
technicalpickles
closed
1 year ago
8
remove ruby 21 and 22 from matrix
#403
joshuacronemeyer
closed
1 year ago
0
remove unused gem
#402
joshuacronemeyer
closed
1 year ago
0
remove deprecated lib
#401
joshuacronemeyer
closed
1 year ago
0
Test
#400
Sebaaayoub
closed
1 year ago
0
Timecop.freeze not working with expect().to receive
#399
rgaufman
closed
1 year ago
3
Adds Ruby 3.2 to the CI matrix
#398
petergoldstein
closed
1 year ago
1
Dealing with a corrupted cache
#397
mishina2228
closed
1 year ago
3
Revert "Explicitly require activesupport >= 4.2"
#396
joshuacronemeyer
closed
1 year ago
0
Release 0 9 6
#395
joshuacronemeyer
closed
1 year ago
0
Layout changes to make it easier to read
#394
claasz
closed
1 year ago
1
Timecop.scale to mock existing times
#393
coorasse
closed
1 year ago
2
Remove Jeweler and clean up gemspec
#392
mishina2228
closed
1 year ago
3
Explicitly require activesupport >= 4.2
#391
mishina2228
closed
1 year ago
5
Using timecop with psych 4.0.5, behavior differs between the test environment and other environments
#390
sanfrecce-osaka
closed
1 year ago
3
Allow other "dates of calendar reform" in Date#strptime
#389
scpike
closed
1 year ago
5
Create README.markdown
#388
ayaSaleh717
closed
1 year ago
0
Fix `frozen?` when scaled or traveling
#387
jamiemccarthy
closed
1 year ago
7
Capitalization for consistency
#386
rangi376w
closed
1 year ago
1
Use bundle add instead
#385
glaucocustodio
closed
2 years ago
1
Add back Ruby 2.5 to test why it's failing
#384
mick-t
closed
2 years ago
2
Ruby 2.5 seems to work?
#383
mick-t
closed
2 years ago
4
Next