Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-29 14:01:48 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-29 14:02:46 +0300
commit3bfc05be5ee5b0262857febf90fc7e1f17895d4e (patch)
tree5952d96a2b88cf55c774631d583a845307d3a932 /spec/lib/container_registry
parent06bae00365cda6930063b98fde1a9b804f2ae3bc (diff)
Use container repository path inside auth service
Diffstat (limited to 'spec/lib/container_registry')
-rw-r--r--spec/lib/container_registry/path_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/container_registry/path_spec.rb b/spec/lib/container_registry/path_spec.rb
index a680a0adcb2..6384850eb19 100644
--- a/spec/lib/container_registry/path_spec.rb
+++ b/spec/lib/container_registry/path_spec.rb
@@ -9,8 +9,8 @@ describe ContainerRegistry::Path do
it 'return all project-like components in reverse order' do
expect(subject.components).to eq %w[path/to/some/project
- path/to/some
- path/to]
+ path/to/some
+ path/to]
end
end