fix tests (just using local gem)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
require_relative "helper"
|
||||
|
||||
class InterpreterTest < MiniTest::Test
|
||||
class TestPuts < MiniTest::Test
|
||||
|
||||
def setup
|
||||
Virtual.machine.boot
|
||||
@ -19,7 +19,7 @@ class InterpreterTest < MiniTest::Test
|
||||
end
|
||||
return last
|
||||
end
|
||||
|
||||
|
||||
def test_branch
|
||||
was = @interpreter.block
|
||||
assert_equal Register::Branch , ticks(1).class
|
||||
|
Reference in New Issue
Block a user