adds a mom version of basic values

This commit is contained in:
Torsten Ruger
2018-03-13 12:30:51 +05:30
parent 45bfe118d1
commit b297650b78
20 changed files with 94 additions and 30 deletions

View File

@ -31,7 +31,7 @@ module Vool
assert @method.first.right
end
def test_slot_assigns_int
assert_equal IntegerStatement , @method.first.right.class
assert_equal Mom::IntegerConstant , @method.first.right.class
end
end
end