From 0986e412de183b67617b5d93de3724e0b9ecda42 Mon Sep 17 00:00:00 2001
From: Maxwell Salzberg <maxwell@joindiaspora.com>
Date: Tue, 3 Apr 2012 17:59:51 -0700
Subject: [PATCH] well that didnt work... Revert "try reconnecting after every
 cuke for postgres only to try and deal with travis issues"

This reverts commit 1604aedf032ad030c019072a9195de320bf43389.
---
 features/support/env.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/support/env.rb b/features/support/env.rb
index 576cc6c347..4ff388dd31 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -78,7 +78,6 @@ Spork.each_run do
   Before do
     @no_follow_diaspora_hq_setting = AppConfig[:no_follow_diasporahq]
     AppConfig[:no_follow_diasporahq] = true
-    ActiveRecord::Base.verify_active_connections! if postgres?
     DatabaseCleaner.clean
     Devise.mailer.deliveries = []
   end
-- 
GitLab