This project is archived and is in readonly mode.
ActiveSupport timezone tests: silence_warnings still needed?
Reported by Levin Alexander | February 8th, 2009 @ 07:17 PM | in 2.x
many of the time zone related tests in ActiveSupport are wrapped in a call to "silence_warnings"
silence_warnings do # silence warnings raised by tzinfo gem
...
end
is this really needed? I don't seem to get any warnings if I remove all those calls (patch attached)
Comments and changes to this ticket
-
Repository February 14th, 2009 @ 06:26 PM
- State changed from new to resolved
(from [b91d98011ce4cb364dcaa9caecd571eb2c697659]) Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in ActiveSupport [#1914 state:resolved] http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1914 ActiveSupport timezone tests: silence_warnings still needed? (from [b91d98011ce4cb364dcaa9caecd571eb2c697659]) Remove ...