summaryrefslogtreecommitdiff
path: root/spec/lib/container_registry
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-31 11:12:38 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-31 11:12:38 +0200
commit600bbe15a103b63e14daa295abaffdf1aeafaef3 (patch)
tree7c2b75a69f67b7e5b5379f23278679d52c8f231a /spec/lib/container_registry
parentcf042068b5f69b416640f9a4fcb21fbec1082268 (diff)
downloadgitlab-ce-600bbe15a103b63e14daa295abaffdf1aeafaef3.tar.gz
Fix rubocop offense in registry path specs
Diffstat (limited to 'spec/lib/container_registry')
-rw-r--r--spec/lib/container_registry/path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/container_registry/path_spec.rb b/spec/lib/container_registry/path_spec.rb
index 906dd920031..68732b12542 100644
--- a/spec/lib/container_registry/path_spec.rb
+++ b/spec/lib/container_registry/path_spec.rb
@@ -39,7 +39,7 @@ describe ContainerRegistry::Path do
it 'is not valid' do
expect(subject).not_to be_valid
end
- end
+ end
context 'when path has more than allowed number of components' do
let(:path) { 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/w/y/z' }