test/test_guid.rb in ffaker-1.32.1 vs test/test_guid.rb in ffaker-2.0.0
- old
+ new
@@ -2,8 +2,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
+ 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