rspec-style-guide icon indicating copy to clipboard operation
rspec-style-guide copied to clipboard

Mention the built-in alternative to Timecop for Rails

Open pirj opened this issue 6 years ago • 2 comments
trafficstars

While still useful outside of Rails, Timecop has its downsides, one is that it's not thread-safe.

AS already has what Timecop provides, freeze_time, travel, travel_back, travel_to.

pirj avatar Nov 23 '18 12:11 pirj

@pirj I've suggested this as a cop for rubocop-rails:

https://github.com/rubocop-hq/rubocop-rails/issues/20

andyw8 avatar Nov 30 '18 17:11 andyw8

FYI I've opened rubocop-hq/rubocop-rails#38 to address this.

sambostock avatar Feb 16 '19 21:02 sambostock