diff options
| author | Micaël Bergeron <mbergeron@gitlab.com> | 2018-01-30 08:15:34 -0500 |
|---|---|---|
| committer | Micaël Bergeron <mbergeron@gitlab.com> | 2018-02-01 12:14:46 -0500 |
| commit | e3d32e8a2689bba9497d22fa6da1d9946df67f27 (patch) | |
| tree | fd988cc1458134c3a7e8dba0b8ab4ef1522bf627 /spec/lib | |
| parent | 2057a6acdee7c1f6824ff6289b0d979e8cb15f35 (diff) | |
| download | gitlab-ce-e3d32e8a2689bba9497d22fa6da1d9946df67f27.tar.gz | |
fix specs
Diffstat (limited to 'spec/lib')
| -rw-r--r-- | spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb | 4 |
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 |
