take the benchmark tests out from the soml

they just run soon long if accidentally invoked
This commit is contained in:
Torsten Ruger
2015-11-21 14:33:52 +02:00
parent 9eab4b7f67
commit a589df7bf9
3 changed files with 12 additions and 62 deletions

View File

@ -19,7 +19,7 @@ class TestSpace < MiniTest::Test
end
def test_integer
int = Parfait::Space.object_space.get_class_by_name :Integer
assert_equal 2, int.method_names.get_length
assert_equal 3, int.method_names.get_length
end
def test_classes_class