Commit cf2e09a1 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Make rubocop happy

parent 3c3e50f9
...@@ -322,10 +322,10 @@ describe Ci::Build, models: true do ...@@ -322,10 +322,10 @@ describe Ci::Build, models: true do
context 'when container registry is enabled' do context 'when container registry is enabled' do
let(:container_registry_enabled) { true } let(:container_registry_enabled) { true }
let(:ci_registry) do let(:ci_registry) do
{ key: 'CI_REGISTRY', value: 'registry.example.com', public: true} { key: 'CI_REGISTRY', value: 'registry.example.com', public: true }
end end
let(:ci_registry_image) do 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 end
context 'and is disabled for project' do context 'and is disabled for project' do
......
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