update gems and fix tests
This commit is contained in:
@ -3,7 +3,7 @@ require_relative "../helper"
|
||||
class TestMethod < MiniTest::Test
|
||||
|
||||
def setup
|
||||
obj = Register.machine.boot.space.get_class_by_name(:Object)
|
||||
obj = Register.machine.space.get_class_by_name(:Object)
|
||||
args = Parfait.new_list [ Parfait::Variable.new(:Integer , :bar )]
|
||||
@method = ::Parfait::Method.new obj , :foo , args
|
||||
end
|
||||
|
Reference in New Issue
Block a user