From 09daec68447c05145ba3c791b54253e028ccd01c Mon Sep 17 00:00:00 2001 From: Yuji Hanamura Date: Fri, 21 May 2021 00:25:36 +0900 Subject: [PATCH] Add assertion of `Faker::Color.color_name` for Japanese --- test/test_ja_locale.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_ja_locale.rb b/test/test_ja_locale.rb index 026502cb2c..247a5bf658 100644 --- a/test/test_ja_locale.rb +++ b/test/test_ja_locale.rb @@ -42,6 +42,7 @@ def test_ja_cat_methods def test_ja_color_methods assert Faker::Color.color_name.is_a? String + assert_not_english(Faker::Color.color_name) end def test_ja_book_methods