Sha256: f8d1e3e4831bb8f9f46955fc8fb8398edea6344f11a755ad17bcd724a0db5df7
Contents?: true
Size: 333 Bytes
Versions: 23
Compression:
Stored size: 333 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## French Guiana class GFTest < Phonie::TestCase def test_local parse_test('+594594123456', '594', '594', '123456', 'French Guiana', false) end def test_mobile parse_test('+594694123456', '594', '694', '123456', 'French Guiana', true) end end
Version data entries
23 entries across 23 versions & 1 rubygems