Sha256: afee9b5d7fb2a29991f399ae55b0d1b5da5c86a33aab24ca311cc51a9e24b01d
Contents?: true
Size: 331 Bytes
Versions: 10
Compression:
Stored size: 331 Bytes
Contents
# encoding: utf-8 require 'helper' class TestFakerIdentificationES < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::IdentificationES, :gender) def setup @tester = FFaker::IdentificationES end def test_gender assert_match(/(Hombre|Mujer)/, @tester.gender) end end
Version data entries
10 entries across 10 versions & 1 rubygems