fix knock ons

This commit is contained in:
Torsten Ruger
2018-04-24 20:16:50 +03:00
parent 6fc84d2f98
commit 30ba626cf9
2 changed files with 11 additions and 8 deletions

View File

@ -34,7 +34,7 @@ class TestSpace < MiniTest::Test
def test_integer
int = Parfait.object_space.get_class_by_name :Integer
assert_equal 12, int.instance_type.method_names.get_length
assert_equal 14, int.instance_type.method_names.get_length
end
def test_classes_class