Fix rubocop offense in registry path specs
This commit is contained in:
parent
cf042068b5
commit
600bbe15a1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ describe ContainerRegistry::Path do
|
||||||
it 'is not valid' do
|
it 'is not valid' do
|
||||||
expect(subject).not_to be_valid
|
expect(subject).not_to be_valid
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when path has more than allowed number of components' do
|
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' }
|
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' }
|
||||||
|
|
Loading…
Reference in a new issue