112ec26bd1
to be replaced by vool and mom
17 lines
234 B
Ruby
17 lines
234 B
Ruby
require_relative 'helper'
|
|
|
|
module Rubyx
|
|
class TestRubyItos < MiniTest::Test
|
|
include RubyxTests
|
|
|
|
def pest_ruby_itos
|
|
@string_input = <<HERE
|
|
100000.to_s
|
|
HERE
|
|
@stdout = "Hello there"
|
|
check
|
|
end
|
|
|
|
end
|
|
end
|