diff --git a/test/test_hola.rb b/test/test_hola.rb index 54d1b20..82c5989 100644 --- a/test/test_hola.rb +++ b/test/test_hola.rb @@ -13,4 +13,8 @@ def test_any_hello def test_spanish_hello assert_equal "hola mundo", Hola.hi("spanish") end + + def test_korean_hello + assert_equal "anyoung ha se yo", Hola.hi("korean") + end end