Sha256: 662452de10ef95a38ec88f07d46a550e29f8611d218e0eef28ee32add5d4cce5

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

## Uganda
class UGTest < Phonie::TestCase
  def test_local
    parse_test('+256423779423',  '256', '423',  '779423', 'Uganda', false)
  end

  def test_mobile
    parse_test('+256700167639', '256', '70', '0167639', 'Uganda', true)
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phonie-3.3.1 test/countries/ug_test.rb
phonie-3.2.2 test/countries/ug_test.rb
phonie-3.2.1 test/countries/ug_test.rb