summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit/testcase.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-06 22:17:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit1bec4f251d2dbf5578a884a8fb96c773ffa5e451 (patch)
tree6bb136bbf2f418cace8bc89525c4de32ab5236d6 /tool/lib/test/unit/testcase.rb
parentcd829bb078e6a3486d9b5ea57fc5111d289c1860 (diff)
Move MiniTest::Assertions to Test::Unit::Assertions
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'tool/lib/test/unit/testcase.rb')
-rw-r--r--tool/lib/test/unit/testcase.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit/testcase.rb b/tool/lib/test/unit/testcase.rb
index 68149a4880..a3955c4dd2 100644
--- a/tool/lib/test/unit/testcase.rb
+++ b/tool/lib/test/unit/testcase.rb
@@ -7,7 +7,7 @@ module Test
remove_const(:TestCase) if defined?(self::TestCase)
class TestCase < MiniTest::Unit::TestCase # :nodoc: all
- include Assertions
+ include CoreAssertions
def on_parallel_worker?
false