fix condition if

This commit is contained in:
Torsten Ruger
2017-08-30 22:54:03 +03:00
parent 8d16ef0ae0
commit cd2988f8a2
4 changed files with 16 additions and 13 deletions

View File

@ -59,7 +59,7 @@ module Rubyx
def test_method_create_tmp
name = create_method.create_tmp
assert_equal "tmp_1" , name
assert_equal :tmp_1 , name
end
def test_method_add_tmp