Sha256: 9b4920edbc6d9c600cf9b10802022330a2279ca0f9d7566cc12c63a509e72ea5

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

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

## Albania
class ALTest < Phoner::TestCase
  def test_local
    parse_test('+35541234567', '355', '4', '1234567', 'Albania', false)
  end

  def test_mobile
    parse_test('+355612345678', '355', '6', '12345678', 'Albania', true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phoner-1.0.1 test/countries/al_test.rb
phoner-1.0 test/countries/al_test.rb