well that didnt work... Revert "try reconnecting after every cuke for postgres only to try and deal with travis issues"

This reverts commit 1604aedf03.
This commit is contained in:
Maxwell Salzberg 2012-04-03 17:59:51 -07:00
parent 1604aedf03
commit 0986e412de

View file

@ -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