1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #11722 from arunagw/removed-deprecation-silenced-from-test

As we are doing debug mode on
This commit is contained in:
Rafael Mendonça França 2013-08-02 12:13:38 -07:00
commit 4c743fd682

View file

@ -59,5 +59,3 @@ end
def restore_delivery_method
ActionMailer::Base.delivery_method = @old_delivery_method
end
ActiveSupport::Deprecation.silenced = true