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

Version Path
phonie-3.3.1 test/countries/hk_test.rb
phonie-3.2.2 test/countries/hk_test.rb
phonie-3.2.1 test/countries/hk_test.rb
phonie-3.2.0 test/countries/hk_test.rb
phonie-3.1.15 test/countries/hk_test.rb
phonie-3.1.14 test/countries/hk_test.rb
phonie-3.1.13 test/countries/hk_test.rb
phonie-3.1.12 test/countries/hk_test.rb
phonie-3.1.11 test/countries/hk_test.rb
phonie-3.1.10 test/countries/hk_test.rb
phonie-3.1.9 test/countries/hk_test.rb
phonie-3.1.8 test/countries/hk_test.rb
phonie-3.1.7 test/countries/hk_test.rb
phonie-3.1.6 test/countries/hk_test.rb
phonie-3.1.5 test/countries/hk_test.rb