From 7e893717aa45b9c9653df60b0b312e2b5c619499 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 2 Aug 2013 14:34:15 -0400 Subject: As we are doing debug mode on we don't need to silenced it --- actionmailer/test/abstract_unit.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb index 15729bafba..ed8cf72cd0 100644 --- a/actionmailer/test/abstract_unit.rb +++ b/actionmailer/test/abstract_unit.rb @@ -59,5 +59,3 @@ end def restore_delivery_method ActionMailer::Base.delivery_method = @old_delivery_method end - -ActiveSupport::Deprecation.silenced = true -- cgit v1.2.3