Move direct superclass checking to test/t/superclass.rb.

This commit is contained in:
take_cheeze
2014-06-15 15:02:21 +09:00
parent 0042e586db
commit ec5b055694
23 changed files with 30 additions and 90 deletions
-4
View File
@@ -5,10 +5,6 @@ assert('Integer', '15.2.8') do
assert_equal Class, Integer.class
end
assert('Integer superclass', '15.2.8.2') do
assert_equal Numeric, Integer.superclass
end
assert('Integer#+', '15.2.8.3.1') do
a = 1+1
b = 1+1.0