aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/stream.rb
Commit message (Collapse)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-28/+28
|
* - 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