Commit 600bbe15 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix rubocop offense in registry path specs

parent cf042068
......@@ -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' }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment