1
0
Fork 0
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:
Arun Agrawal 2012-03-31 22:40:01 +05:30
parent 267d61794f
commit 6a240826ca

View file

@ -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