Skip to content
Snippets Groups Projects
Commit cf2e09a1 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Make rubocop happy

parent 3c3e50f9
No related branches found
No related tags found
No related merge requests found
Loading
@@ -322,10 +322,10 @@ describe Ci::Build, models: true do
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment