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-17 03:26:40 +0300
committerMichael Kozono <mkozono@gmail.com>2017-11-17 03:51:40 +0300
commitfbddfc0d136647e089b77d2f8322d4fead2cc250 (patch)
treea0954b1165d6af5f0055138735fe1eb38b22ce28
parentf28af335b6efd2bc765d2eb1740d240c88016481 (diff)
-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 042fdead281..b6b046ec3aa 100644
--- a/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb
+++ b/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb
@@ -21,7 +21,7 @@ describe Gitlab::BackgroundMigration::PrepareUntrackedUploads, :migration, :side
drop_temp_table_if_exists
end
- after(:all) do
+ after do
drop_temp_table_if_exists
end