aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/stream.rb
Commit message (Collapse)AuthorAgeFilesLines
* - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-0/+42
- Added include for the same in ActiveSupport::Test. - Removed occurrences of silence_stream being used elsewhere. - Reordered activesupport testcase requires alphabetically. - Removed require of silence stream from test_case - Moved quietly method to stream helper - Moved capture output to stream helper module and setup requires for the same elsewhere