deprecating ruby package

to be replaced by vool and mom
This commit is contained in:
Torsten Ruger
2017-08-31 16:18:59 +03:00
parent 0b161ffa06
commit 112ec26bd1
28 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,16 @@
require_relative "helper"
module Rubyx
module Passes
class TestNormalizer < MiniTest::Test
def setup
Risc.machine.boot unless Risc.machine.booted
end
def test_no_thing
assert true
end
end
end
end