From ec5b0556940e9ab01cca07d0efee3fdeefe803ae Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Sun, 15 Jun 2014 15:02:21 +0900 Subject: Move direct superclass checking to `test/t/superclass.rb`. --- test/t/array.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/t/array.rb') diff --git a/test/t/array.rb b/test/t/array.rb index 56daf0b01..538ea0c3f 100644 --- a/test/t/array.rb +++ b/test/t/array.rb @@ -5,10 +5,6 @@ assert('Array', '15.2.12') do assert_equal(Class, Array.class) end -assert('Array superclass', '15.2.12.2') do - assert_equal(Object, Array.superclass) -end - assert('Array inclueded modules', '15.2.12.3') do assert_true(Array.include?(Enumerable)) end -- cgit v1.2.3