Skip to content

Commit 5ee0fd6

Browse files
committed
Removed loading old helper file and load Logger class by itself
1 parent bbd5f75 commit 5ee0fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/logger/test_formatter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: US-ASCII
22
# frozen_string_literal: false
3-
require_relative 'helper'
3+
require 'logger'
44

55
class TestFormatter < Test::Unit::TestCase
66
def test_call

0 commit comments

Comments
 (0)