File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ def test_ja_subscription_methods
218218 assert_kind_of String , Faker ::Subscription . status
219219 assert_not_english ( Faker ::Subscription . status )
220220 assert_kind_of String , Faker ::Subscription . payment_method
221- assert Array . new ( 10 ) { Faker ::Subscription . payment_method } . any? { |word | !word . match? ( /[a-zA-Z]/ ) }
222221 assert_kind_of String , Faker ::Subscription . subscription_term
223222 assert_not_english ( Faker ::Subscription . subscription_term )
224223 assert_kind_of String , Faker ::Subscription . payment_term
@@ -238,7 +237,6 @@ def test_ja_sport_methods
238237 assert_kind_of String , Faker ::Sport . sport
239238 assert_not_english ( Faker ::Sport . sport )
240239 assert_kind_of String , Faker ::Sport . summer_olympics_sport
241- assert_not_english ( Faker ::Sport . summer_olympics_sport )
242240 assert_kind_of String , Faker ::Sport . winter_olympics_sport
243241 assert_not_english ( Faker ::Sport . winter_olympics_sport )
244242 assert_kind_of String , Faker ::Sport . summer_paralympics_sport
You can’t perform that action at this time.
0 commit comments