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>2020-04-01 18:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 18:07:45 +0300
commit1219a9dce91f4edbc135dfc08299b4122b4825a8 (patch)
treee7d12a55d75a2d56e60d9527bef3724e3578866d /spec/rake_helper.rb
parent1a0d6dbdc2ac3047f4953a359ef27ba6e26074ae (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/rake_helper.rb')
-rw-r--r--spec/rake_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/rake_helper.rb b/spec/rake_helper.rb
index 77fece5842d..b47240658e3 100644
--- a/spec/rake_helper.rb
+++ b/spec/rake_helper.rb
@@ -17,5 +17,7 @@ RSpec.configure do |config|
# Reset stdout
config.after(:all) do
$stdout = STDOUT
+
+ delete_from_all_tables!
end
end