diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-01-29 17:12:43 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-01-29 17:12:43 +0000 |
commit | 44edd1111f9ba6dd0dacffad23b54c0c85a723c4 (patch) | |
tree | 706db4c362e25f50ba09d970fd020099e5dc5fa3 /spec | |
parent | 5462e2bb17510e6040ff3f0e69876b793ea6d35f (diff) | |
parent | 44c2f802be0a13612b1d8951207f4badc3305e86 (diff) | |
download | gitlab-ce-44edd1111f9ba6dd0dacffad23b54c0c85a723c4.tar.gz |
Merge branch 'fix-cache-clear-windows' into 'master'
Fix cache clear windows
Closes #42487
See merge request gitlab-org/gitlab-ce!16740
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/ci/build_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb index 45a606c1ea8..f5b3b4a9fc5 100644 --- a/spec/models/ci/build_spec.rb +++ b/spec/models/ci/build_spec.rb @@ -277,7 +277,7 @@ describe Ci::Build do allow_any_instance_of(Project).to receive(:jobs_cache_index).and_return(1) end - it { is_expected.to be_an(Array).and all(include(key: "key:1")) } + it { is_expected.to be_an(Array).and all(include(key: "key_1")) } end context 'when project does not have jobs_cache_index' do |