2014-05-21 20:13:12 +02:00
|
|
|
require_relative 'helper'
|
|
|
|
|
|
|
|
class TestHello < MiniTest::Test
|
|
|
|
include Fragments
|
|
|
|
|
|
|
|
def test_hello
|
|
|
|
@string_input = <<HERE
|
2014-07-29 17:33:11 +02:00
|
|
|
"Hello Raisa, I am salama".putstring()
|
2014-05-21 20:13:12 +02:00
|
|
|
HERE
|
2015-07-21 18:41:30 +02:00
|
|
|
@expect = []
|
|
|
|
check
|
2014-05-21 20:13:12 +02:00
|
|
|
end
|
|
|
|
end
|