one more send mom test

This commit is contained in:
Torsten Ruger
2017-08-29 18:28:25 +03:00
parent bbc13946ed
commit e40346b246
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,9 @@ module Vool
@stats = compile_first_method( "5.mod4(1,2)").first
end
def test_stats
assert_equal Array , @stats.class
end
def test_class_compiles
assert_equal Mom::SlotConstant , @stats.first.class , @stats
end