fix tests

This commit is contained in:
Torsten Ruger
2014-05-28 14:27:18 +03:00
parent 07ef170db0
commit c01c19209a
3 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@ require_relative 'helper'
class TestFunctions < MiniTest::Test
include Fragments
def test_hello
def test_functions
@string_input = <<HERE
def minus(a,b)
a - b