shortening some methods, removing object prefix

This commit is contained in:
Torsten Ruger
2015-10-26 12:58:38 +02:00
parent d2c670b31a
commit 4cadfc9ea9
8 changed files with 11 additions and 15 deletions

View File

@ -7,7 +7,7 @@ class TestObject < MiniTest::Test
end
def test_object_create
assert_equal 1 , @object.get_layout.object_instance_length
assert_equal 1 , @object.get_layout.instance_length
end
def test_empty_object_doesnt_return