small rename and new test for layout

This commit is contained in:
Torsten Ruger
2015-08-08 18:08:47 +03:00
parent 0a54d030b5
commit 5d838056fa
4 changed files with 44 additions and 12 deletions

View File

@ -76,14 +76,4 @@ class TestSpace < MiniTest::Test
assert all.include?(:next_message)
end
def test_message_layout
mess = @machine.space.first_message
one_way = mess.get_layout
assert one_way
assert mess.instance_variable_defined :next_message
# other_way = mess.get_instance_variable :layout
# assert other_way
# assert_equal one_way , other_way , "not same "
end
end