diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-08-31 15:48:26 +0700 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-08-31 15:48:26 +0700 |
commit | b50d240226776a3a41c8f7545761ecc9b426c712 (patch) | |
tree | 43a7014220d2bdbff195bbde87770efa7bf44321 /spec/models | |
parent | 8d2f1380e3507623e35653b2b48be03d51963d81 (diff) | |
download | gitlab-ce-refactor-artifacts-archive.tar.gz |
Add ailiases for artifact migratablerefactor-artifacts-archive
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/ci/build_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb index 45fc2e157a0..3a47f17add4 100644 --- a/spec/models/ci/build_spec.rb +++ b/spec/models/ci/build_spec.rb @@ -1562,7 +1562,7 @@ describe Ci::Build do end it 'has expiring artifacts' do - expect(build).to have_expiring_artifacts + expect(build).to have_expiring_artifacts_archive end end @@ -1572,7 +1572,7 @@ describe Ci::Build do end it 'does not have expiring artifacts' do - expect(build).not_to have_expiring_artifacts + expect(build).not_to have_expiring_artifacts_archive end end end |