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