Sha256: f7b5e1bc274c77508841985e7d7856173d66b5e764f6dbfe1f365c03b14ad8c0
Contents?: true
Size: 199 Bytes
Versions: 7
Compression:
Stored size: 199 Bytes
Contents
# encoding: utf-8 require 'helper' class TestGuid < Test::Unit::TestCase 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}/, Faker::Guid.guid end end
Version data entries
7 entries across 7 versions & 2 rubygems