This commit is contained in:
2019-07-22 15:21:16 +03:00
parent 1c4882c40d
commit fdb940e43f
6 changed files with 149 additions and 2 deletions

View File

@ -0,0 +1,16 @@
require_relative "helper"
module Vool
class TestVoolMethod < MiniTest::Test
include MomCompile
def setup
Parfait.boot!(Parfait.default_test_options)
@ins = compile_first_method( "@a = 5")
end
def test_setup
end
end
end