Skip to content

Commit

Permalink
Add assertion of Faker::Color.color_name for Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
yujideveloper committed May 20, 2021
1 parent c42edfc commit 1133720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_ja_locale.rb
Expand Up @@ -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
Expand Down

0 comments on commit 1133720

Please sign in to comment.