Move mrbc test to mruby-bin-mrbc gem from mruby-compiler gem

This commit is contained in:
KOBAYASHI Shuji
2020-12-03 23:32:13 +09:00
parent f6ad163841
commit 4452041ebb
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
require 'open3'
require 'tempfile'
assert('mirb normal operations') do
o, s = Open3.capture2(cmd("mirb"), :stdin_data => "a=1\nb=2\na+b\n")