Add and apply Rails/DurationArithmetic rubocop rule

This rule was added in rubocop-rails 2.13.0. We were already applying it
most of the time.
This commit is contained in:
Javi Martín
2022-08-24 22:32:43 +02:00
parent 68899c80b6
commit c8270d58bd
18 changed files with 42 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
require "rails_helper"
describe Dashboard::GroupSupports do
let(:created_at) { Time.current - 9.days }
let(:created_at) { 9.days.ago }
let(:proposal) { create(:proposal, created_at: created_at, published_at: created_at) }
before do