minor fixes

This commit is contained in:
Torsten Ruger
2015-11-16 18:02:13 +02:00
parent f50d7b57a4
commit f92ea36fe5
6 changed files with 14 additions and 12 deletions

View File

@ -11,7 +11,7 @@ class Object
end
end
HERE
@length = 36
@length = 37
@stdout = "Hello Raisa, I am salama"
check
end

View File

@ -31,7 +31,7 @@ class Object
end
end
HERE
@length = 46
@length = 47
@stdout = "10"
check
end
@ -53,7 +53,7 @@ class Object
end
end
HERE
@length = 61
@length = 62
@stdout = "else"
check
end

View File

@ -3,7 +3,7 @@ require_relative 'helper'
class TestWord < MiniTest::Test
include Fragments
def test_hello
def test_word_new
@string_input = <<HERE
class Object
Word self.new()