This commit is contained in:
Torsten Ruger
2015-05-24 13:54:17 +03:00
parent 3c0022191b
commit 47abdffd1a
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ HERE
def test_puts_string
@string_input = <<HERE
def foo()
puts("Hello")
putstring("Hello")
end
foo()
HERE