diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-11-09 17:20:00 -0800 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-12-01 15:26:41 -0800 |
commit | 1807bc16466a37684c5e1de6b498230dfbd3be06 (patch) | |
tree | 496d4e1ed1bd849f52aaed912f25f194c35f47fe /spec | |
parent | a210cb6b827d9d918788578fc4ae956471de3b12 (diff) | |
download | gitlab-ce-1807bc16466a37684c5e1de6b498230dfbd3be06.tar.gz |
Reword test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb b/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb index 087fa35dd15..3d2504f84a1 100644 --- a/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb +++ b/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb @@ -71,7 +71,7 @@ describe Gitlab::BackgroundMigration::PrepareUntrackedUploads, :migration, :side untracked_files_for_uploads.create(path: '/foo/bar.jpg') end - it 'clears existing data before adding new data' do + it 'does not error or produce duplicates of existing data' do Sidekiq::Testing.fake! do expect do described_class.new.perform |