putting tests into module

This commit is contained in:
Torsten Ruger
2017-01-03 22:42:40 +02:00
parent da58ce30e3
commit 8aee761b73
11 changed files with 453 additions and 434 deletions

View File

@ -5,7 +5,7 @@ module Register
def test_simple_collect
Machine.new.boot
objects = Register::Collector.collect_space
assert ((352 == objects.length) or (420 == objects.length)) , objects.length.to_s
assert ((352 == objects.length) or (419 == objects.length)) , objects.length.to_s
end
end
end