Sha256: a0fba73f49bf040f55763af6480c63d31e3eca172c6247942d65d9a584888a1a
Contents?: true
Size: 306 Bytes
Versions: 10
Compression:
Stored size: 306 Bytes
Contents
# encoding: utf-8 require 'helper' class TestGuid < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::Guid, :guid) def test_guid assert_match(/[A-F0-9]{8}-[A-F0-9]{4}-[A-F0-9]{4}-[A-F0-9]{4}-[A-F0-9]{12}/, FFaker::Guid.guid) end end
Version data entries
10 entries across 10 versions & 1 rubygems