summaryrefslogtreecommitdiff
path: root/spec/lib/container_registry/path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/container_registry/path_spec.rb')
-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