move old tests out of the way

This commit is contained in:
Torsten Ruger
2016-12-18 17:01:30 +02:00
parent 756cb52a98
commit b8cf72e729
8 changed files with 0 additions and 0 deletions

View File

@@ -1,15 +0,0 @@
require_relative '../helper'
require "register/interpreter"
require "parser/ruby22"
module MelonTests
def setup
@parser = Parser::Ruby22
end
def check
assert true
#puts @parser.parse @string_input
end
end