Fix specs for artifacts metadata after changing fixture content
This commit is contained in:
parent
cde455c4e6
commit
cf00a808cc
1 changed files with 3 additions and 2 deletions
|
@ -16,11 +16,12 @@ describe Gitlab::Ci::Build::Artifacts::Metadata do
|
|||
it 'matches correct paths' do
|
||||
expect(subject.first).to contain_exactly 'ci_artifacts.txt',
|
||||
'other_artifacts_0.1.2/',
|
||||
'rails_sample.jpg'
|
||||
'rails_sample.jpg',
|
||||
'tests_encoding/'
|
||||
end
|
||||
|
||||
it 'matches metadata for every path' do
|
||||
expect(subject.last.count).to eq 3
|
||||
expect(subject.last.count).to eq 4
|
||||
end
|
||||
|
||||
it 'return Hashes for each metadata' do
|
||||
|
|
Loading…
Reference in a new issue