replace arrays with Statements class

This commit is contained in:
Torsten Ruger
2017-09-06 12:51:24 +03:00
parent 9a1e4a6f27
commit 80c3430536
7 changed files with 16 additions and 9 deletions

View File

@ -10,7 +10,7 @@ module Vool
end
def test_stats
assert_equal Array , @stats.class
assert_equal Mom::Statements , @stats.class
end
def test_class_compiles
assert_equal Mom::SlotConstant , @stats.first.class , @stats