Commit cf00a808 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix specs for artifacts metadata after changing fixture content

parent cde455c4
...@@ -16,11 +16,12 @@ describe Gitlab::Ci::Build::Artifacts::Metadata do ...@@ -16,11 +16,12 @@ describe Gitlab::Ci::Build::Artifacts::Metadata do
it 'matches correct paths' do it 'matches correct paths' do
expect(subject.first).to contain_exactly 'ci_artifacts.txt', expect(subject.first).to contain_exactly 'ci_artifacts.txt',
'other_artifacts_0.1.2/', 'other_artifacts_0.1.2/',
'rails_sample.jpg' 'rails_sample.jpg',
'tests_encoding/'
end end
it 'matches metadata for every path' do it 'matches metadata for every path' do
expect(subject.last.count).to eq 3 expect(subject.last.count).to eq 4
end end
it 'return Hashes for each metadata' do it 'return Hashes for each metadata' do
......
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