mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
Fix specs for artifacts metadata after changing fixture content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user