aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-08-02 14:34:15 -0400
committerArun Agrawal <arunagw@gmail.com>2013-08-02 14:34:15 -0400
commit7e893717aa45b9c9653df60b0b312e2b5c619499 (patch)
treef9c0db493f657377680297a3424f208bdda75cbf /actionmailer/test/abstract_unit.rb
parent5753a8cb2a63284aeb30d5b46e28301478cb779e (diff)
downloadrails-7e893717aa45b9c9653df60b0b312e2b5c619499.tar.gz
rails-7e893717aa45b9c9653df60b0b312e2b5c619499.tar.bz2
rails-7e893717aa45b9c9653df60b0b312e2b5c619499.zip
As we are doing debug mode on
we don't need to silenced it
Diffstat (limited to 'actionmailer/test/abstract_unit.rb')
-rw-r--r--actionmailer/test/abstract_unit.rb2
1 files changed, 0 insertions, 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