Commit da2e3154 authored by Rémy Coutable's avatar Rémy Coutable Committed by Robert Speicher

Forgot a Rubocop offense, doh!

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e54a2ba6
...@@ -154,7 +154,7 @@ describe 'Issues', feature: true do ...@@ -154,7 +154,7 @@ describe 'Issues', feature: true do
end end
describe 'sorting by due date' do describe 'sorting by due date' do
before do before do
foo.update(due_date: 1.day.from_now) foo.update(due_date: 1.day.from_now)
bar.update(due_date: 6.days.from_now) bar.update(due_date: 6.days.from_now)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment