Commit 64fcc163 authored by Valery Sizov's avatar Valery Sizov

satisfy rubocop

parent 4d92ca1f
......@@ -146,7 +146,7 @@ describe GitPushService, services: true do
it "triggers indexer" do
expect_any_instance_of(Elastic::Indexer).to receive(:run)
service = execute_service(project, user, @oldrev, @newrev, @ref )
execute_service(project, user, @oldrev, @newrev, @ref )
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