Sha256: b316e726a1693cdf7cd6744fa967619c38ef6dd605825b3b2a8a73042c034ab0
Contents?: true
Size: 227 Bytes
Versions: 14
Compression:
Stored size: 227 Bytes
Contents
# encoding: utf-8 require 'helper' class TestFakerIdentificationES < Test::Unit::TestCase def setup @tester = Faker::IdentificationES end def test_gender assert_match /(Hombre|Mujer)/, @tester.gender end end
Version data entries
14 entries across 14 versions & 3 rubygems