Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-11-10 04:20:00 +0300
committerMichael Kozono <mkozono@gmail.com>2017-12-02 02:26:41 +0300
commit1807bc16466a37684c5e1de6b498230dfbd3be06 (patch)
tree496d4e1ed1bd849f52aaed912f25f194c35f47fe
parenta210cb6b827d9d918788578fc4ae956471de3b12 (diff)
Reword test
-rw-r--r--spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb2
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