stashing
This commit is contained in:
16
test/vool/test_vool_method.rb
Normal file
16
test/vool/test_vool_method.rb
Normal 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
|
Reference in New Issue
Block a user