rspec-style-guide
rspec-style-guide copied to clipboard
Mention the built-in alternative to Timecop for Rails
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 I've suggested this as a cop for rubocop-rails:
https://github.com/rubocop-hq/rubocop-rails/issues/20
FYI I've opened rubocop-hq/rubocop-rails#38 to address this.