Fix rubocop offense in registry path specs

This commit is contained in:
Grzegorz Bizon 2017-03-31 11:12:38 +02:00
parent cf042068b5
commit 600bbe15a1
1 changed files with 1 additions and 1 deletions

View File

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