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:
parent
43ce8265a1
commit
2a25c4ce6d
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue