mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
No more BufferedLogger so it can be LoggerTest
This commit is contained in:
parent
267d61794f
commit
6a240826ca
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'fileutils'
|
|||
require 'tempfile'
|
||||
require 'active_support/testing/deprecation'
|
||||
|
||||
class BufferedLoggerTest < ActiveSupport::TestCase
|
||||
class LoggerTest < ActiveSupport::TestCase
|
||||
include MultibyteTestHelpers
|
||||
include ActiveSupport::Testing::Deprecation
|
||||
|
Loading…
Reference in a new issue