e3577d18af
mostly due to the fact that object is a hash now, not array. Took a while though
14 lines
206 B
Ruby
14 lines
206 B
Ruby
require_relative 'helper'
|
|
|
|
class TestHello < MiniTest::Test
|
|
include Fragments
|
|
|
|
def test_hello
|
|
@string_input = <<HERE
|
|
"Hello Raisa, I am salama".putstring()
|
|
HERE
|
|
@expect = []
|
|
check
|
|
end
|
|
end
|