Commit b0ddc20e authored by Valery Sizov's avatar Valery Sizov

satisfy rubocop

parent fd3f9c37
...@@ -24,7 +24,8 @@ describe Gitlab::Elastic::SearchResults, lib: true do ...@@ -24,7 +24,8 @@ describe Gitlab::Elastic::SearchResults, lib: true do
iid: 1 iid: 1
) )
@issue_2 = create( @issue_2 = create(
:issue, project: project_1, :issue,
project: project_1,
title: 'Issue 2', title: 'Issue 2',
description: 'Hello world, here I am!', description: 'Hello world, here I am!',
iid: 2 iid: 2
......
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