From 76be3f22c7f0cc7e16721b98e187e65ab9b12640 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 May 2016 16:15:29 +0000 Subject: test_name use Integer instead of Fixnum. * test/ruby/test_module.rb (test_name): Use Integer instead of Fixnum. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index 21162e2256..5bb62d7301 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -519,7 +519,7 @@ class TestModule < Test::Unit::TestCase end def test_name - assert_equal("Fixnum", Fixnum.name) + assert_equal("Integer", Integer.name) assert_equal("TestModule::Mixin", Mixin.name) assert_equal("TestModule::User", User.name) end -- cgit v1.2.3