fix tests (just using local gem)

This commit is contained in:
Torsten Ruger
2015-08-04 22:01:20 +03:00
parent 9680ff2a71
commit 21b0702154
9 changed files with 110 additions and 12 deletions

View File

@ -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