From 78ec066347cd5e59957ef6f98d4f40fd00aa667a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Sep 2021 21:12:55 +0900 Subject: Use CoreAssertions instead of Assertions --- test/ruby/test_module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index 2d7bdb47fc..59b3df5f04 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -1046,7 +1046,7 @@ class TestModule < Test::Unit::TestCase def test_attr_obsoleted_flag c = Class.new do - extend Test::Unit::Assertions + extend Test::Unit::CoreAssertions def initialize @foo = :foo @bar = :bar -- cgit v1.2.3