1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/logger] Removed loading old helper file and load Logger class by itself

https://github.com/ruby/logger/commit/5ee0fd6e51
This commit is contained in:
Hiroshi SHIBATA 2021-12-16 13:49:35 +09:00
parent 4375546810
commit e442ec4ea0
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,6 +1,6 @@
# coding: US-ASCII
# frozen_string_literal: false
require_relative 'helper'
require 'logger'
class TestFormatter < Test::Unit::TestCase
def test_call