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

Do not silance mail gem warnings.

I doesn't have any at the moment
This commit is contained in:
Łukasz Strzałkowski 2013-07-17 15:08:10 +02:00
parent 43ce8265a1
commit 2a25c4ce6d

View file

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