This commit is contained in:
Torsten Ruger
2015-07-19 12:33:33 +03:00
parent 1f95d8994c
commit 6da1c69b87
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class TestFunctions < MiniTest::Test
def test_functions
@string_input = <<HERE
def minus(a,b)
a - b
a - b
end
def plus(a, b)
a + b