Sha256: 3309bca34b96f3a4359a4b4f7c49f515da020b2c13aa3303c072f8a20bad6a71
Contents?: true
Size: 315 Bytes
Versions: 15
Compression:
Stored size: 315 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Hong Kong class HKTest < Phonie::TestCase def test_local parse_test('+85225555555', '852', '2', '5555555', 'Hong Kong', false) end def test_mobile parse_test('+85265555555', '852', '6', '5555555', 'Hong Kong', true) end end
Version data entries
15 entries across 15 versions & 1 rubygems