summaryrefslogtreecommitdiff
path: root/features/support
diff options
context:
space:
mode:
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index a30b357718e..38fcc5ad092 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -36,8 +36,6 @@ Spinach.hooks.before_scenario do
Gitlab.config.stub(git_base_path: Rails.root.join('tmp', 'test-git-base-path'))
FileUtils.rm_rf Gitlab.config.git_base_path
FileUtils.mkdir_p Gitlab.config.git_base_path
-
- DatabaseCleaner.start
end
Spinach.hooks.after_scenario do