diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-19 15:16:29 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-20 15:43:32 -0400 |
commit | da2e31549c256071d2488db1b4641bf1dda19afe (patch) | |
tree | a53f96a1f0169b102443dab66b12854e1a445b47 | |
parent | e54a2ba6aafd5d8912e20d7f1072b13eab38cfc1 (diff) | |
download | gitlab-ce-da2e31549c256071d2488db1b4641bf1dda19afe.tar.gz |
Forgot a Rubocop offense, doh!
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r-- | spec/features/issues_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb index 5d38bdeba33..90476ab369b 100644 --- a/spec/features/issues_spec.rb +++ b/spec/features/issues_spec.rb @@ -154,7 +154,7 @@ describe 'Issues', feature: true do end describe 'sorting by due date' do - before do + before do foo.update(due_date: 1.day.from_now) bar.update(due_date: 6.days.from_now) end |