Skip to content

Commit

Permalink
Update test_es_ar_locale.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed May 3, 2021
1 parent 2094208 commit 85384d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_es_ar_locale.rb
Expand Up @@ -144,8 +144,11 @@ def test_es_ar_football_player
end

def test_es_ar_football_coach
skip('pending') if RUBY_VERSION == '2.6'
assert Faker::Sports::Football.coach.match(@name_with_nickname_pattern)
if RUBY_VERSION == '2.6'
skip('pending')
else
assert Faker::Sports::Football.coach.match(@name_with_nickname_pattern)
end
end

def test_es_ar_football_competition
Expand Down

0 comments on commit 85384d2

Please sign in to comment.