Sha256: 0ed9cc7e64f4bc50fb38bf2605161214ba551515d179808c2c0d77bb4e843103

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 Bytes

Contents

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

## Argentina
class ARTest < Phoner::TestCase
  def test_local
    parse_test('+541112345678', '54', '11', '12345678', 'Argentina', false)
  end

  def test_mobile
    parse_test('+5498211534567', '54', '9821', '1534567', 'Argentina', true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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