From cf2e09a16f7906ee1a2d206d02c224026b80b69d Mon Sep 17 00:00:00 2001
From: Kamil Trzcinski <ayufan@ayufan.eu>
Date: Wed, 20 Jul 2016 10:29:11 +0200
Subject: [PATCH] Make rubocop happy

---
 spec/models/build_spec.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/models/build_spec.rb b/spec/models/build_spec.rb
index 796f39c1aa3..bff46d8cbab 100644
--- a/spec/models/build_spec.rb
+++ b/spec/models/build_spec.rb
@@ -322,10 +322,10 @@ describe Ci::Build, models: true do
     context 'when container registry is enabled' do
       let(:container_registry_enabled) { true }
       let(:ci_registry) do
-        { key: 'CI_REGISTRY',  value: 'registry.example.com',  public: true}
+        { key: 'CI_REGISTRY',  value: 'registry.example.com',  public: true }
       end
       let(:ci_registry_image) do
-        { key: 'CI_REGISTRY_IMAGE',  value: project.container_registry_repository_url, public: true}
+        { key: 'CI_REGISTRY_IMAGE',  value: project.container_registry_repository_url, public: true }
       end
 
       context 'and is disabled for project' do
-- 
GitLab