Add `silence_stream` method removed in Rails 5
Ref: https://github.com/rails/rails/commit/481e49c64f790e46f4aff3ed539ed227d2eb46cb `silence_stream` was deprecated in Rails 4.2 and removed in Rails 5 because it was not thread safe. Paperclip is not running the tests in threaded mode, it's safe to add the method back in a test support module.
Showing
spec/support/reporting.rb
0 → 100644
Please
register
or
sign in
to comment