From 552c6d4598f6396456c569cfece98ae469bfa84c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 18 Dec 2012 20:43:44 +0200 Subject: Make tests green for postgres --- features/support/env.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'features') 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 -- cgit v1.2.1