From 2a25c4ce6da6ea23ebdf44e7eb2d2441dbea20a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= <lukasz.strzalkowski@gmail.com> Date: Wed, 17 Jul 2013 15:08:10 +0200 Subject: Do not silance mail gem warnings. I doesn't have any at the moment --- actionmailer/test/abstract_unit.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb index ed8cf72cd0..bfa1302d79 100644 --- a/actionmailer/test/abstract_unit.rb +++ b/actionmailer/test/abstract_unit.rb @@ -11,11 +11,7 @@ end require 'active_support/testing/autorun' require 'action_mailer' require 'action_mailer/test_case' - -silence_warnings do - # These external dependencies have warnings :/ - require 'mail' -end +require 'mail' # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true -- cgit v1.2.3