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.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' }