aboutsummaryrefslogtreecommitdiffstats
path: root/test/logger/test_logger.rb
diff options
context:
space:
mode:
authorsonots <sonots@gmail.com>2019-03-18 19:34:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 14:43:07 +0900
commit136196785b10f7cffa1e4d557bc3bcc0e863813a (patch)
tree464b5048df054748b90ffc70769f1eb45dded749 /test/logger/test_logger.rb
parent47500f2055467d0c72c7ce53b2535d7610347fb0 (diff)
downloadruby-136196785b10f7cffa1e4d557bc3bcc0e863813a.tar.gz
[ruby/logger] Fix to use logger and test-unit in this repo with
`ruby test/logger/test_xxx.rb` https://github.com/ruby/logger/commit/d3c2402340
Diffstat (limited to 'test/logger/test_logger.rb')
-rw-r--r--test/logger/test_logger.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/logger/test_logger.rb b/test/logger/test_logger.rb
index 3f2319b961..5806e0c685 100644
--- a/test/logger/test_logger.rb
+++ b/test/logger/test_logger.rb
@@ -1,7 +1,6 @@
# coding: US-ASCII
# frozen_string_literal: false
-require 'test/unit'
-require 'logger'
+require_relative '../helper'
require 'tempfile'
class TestLogger < Test::Unit::TestCase