summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-01-30 08:15:34 -0500
committerMicaël Bergeron <mbergeron@gitlab.com>2018-02-01 12:14:46 -0500
commite3d32e8a2689bba9497d22fa6da1d9946df67f27 (patch)
treefd988cc1458134c3a7e8dba0b8ab4ef1522bf627 /spec
parent2057a6acdee7c1f6824ff6289b0d979e8cb15f35 (diff)
downloadgitlab-ce-e3d32e8a2689bba9497d22fa6da1d9946df67f27.tar.gz
fix specs
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb4
1 files changed, 0 insertions, 4 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 1a4b9f427d6..370c2490b97 100644
--- a/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb
+++ b/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb
@@ -132,10 +132,6 @@ describe Gitlab::BackgroundMigration::PrepareUntrackedUploads, :sidekiq do
context 'when there are files in /uploads/tmp' do
it_behaves_like 'does not add files in /uploads/tmp'
- described_class.new.perform
-
- expect(untracked_files_for_uploads.count).to eq(5)
- end
end
end
end