organise tests to where they belong

This commit is contained in:
Torsten Ruger
2018-03-26 19:43:03 +03:00
parent e8f449bc65
commit 730197fbed
4 changed files with 27 additions and 19 deletions

View File

@ -7,12 +7,8 @@ module Risc
@machine = Risc.machine.boot
end
def test_collect_all_types
objects = Risc::Collector.collect_space
objects.each do |id, objekt|
next unless objekt.is_a?( Parfait::Type )
assert Parfait.object_space.get_type_for( objekt.hash ) , objekt.hash
end
def test_co
end
end
end