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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 12:08:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 12:08:22 +0300
commit5a9468a4e504d06fd8f5a558f953f4af6355f702 (patch)
treed402684e9c551f934cf1388b5f132ff1d2224747 /spec/support/migration.rb
parente0ae0d63cd9361c82adab74a7b6fcbac956ecfaf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/migration.rb')
-rw-r--r--spec/support/migration.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/migration.rb b/spec/support/migration.rb
index 2a69630a29a..4d4a293e9ff 100644
--- a/spec/support/migration.rb
+++ b/spec/support/migration.rb
@@ -45,6 +45,8 @@ RSpec.configure do |config|
example.run
end
+ delete_from_all_tables!(except: deletion_except_tables)
+
self.class.use_transactional_tests = true
end